diff --git a/roles/home/ssh.nix b/roles/home/ssh.nix index 6159d16..322f7d1 100644 --- a/roles/home/ssh.nix +++ b/roles/home/ssh.nix @@ -190,6 +190,7 @@ extraConfig = '' IdentitiesOnly yes ServerAliveInterval 3600 + Include config.d/* '' + lib.optionalString pkgs.stdenv.isDarwin '' AddKeysToAgent yes UseKeychain yes