fix: ssh hosts aliases not working on darwin

This commit is contained in:
Ryan Yin
2024-02-18 10:49:09 +08:00
parent e5fa57c660
commit a321d2c803

3
home/darwin/ssh.nix Normal file
View File

@@ -0,0 +1,3 @@
{vars_networking, ...}: {
programs.ssh.extraConfig = vars_networking.ssh.extraConfig;
}