Save SSH keys when on darwin

This commit is contained in:
Giulio De Pasquale 2022-10-14 14:52:48 +02:00
parent 548107f7af
commit 8bee241a07

View File

@ -169,6 +169,7 @@
IdentitiesOnly yes
ServerAliveInterval 3600
'' + lib.optionalString pkgs.stdenv.isDarwin ''
AddKeysToAgent yes
UseKeychain yes
TCPKeepAlive no
'';