mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-17 23:14:07 +01:00
fix: ssh hosts aliases not working on darwin
This commit is contained in:
3
home/darwin/ssh.nix
Normal file
3
home/darwin/ssh.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{vars_networking, ...}: {
|
||||
programs.ssh.extraConfig = vars_networking.ssh.extraConfig;
|
||||
}
|
||||
Reference in New Issue
Block a user