diff --git a/roles/home/ssh.nix b/roles/home/ssh.nix index 66d1f72..2b11afa 100644 --- a/roles/home/ssh.nix +++ b/roles/home/ssh.nix @@ -169,6 +169,7 @@ IdentitiesOnly yes ServerAliveInterval 3600 '' + lib.optionalString pkgs.stdenv.isDarwin '' + AddKeysToAgent yes UseKeychain yes TCPKeepAlive no '';