Save SSH keys when on darwin
This commit is contained in:
parent
548107f7af
commit
8bee241a07
@ -169,6 +169,7 @@
|
|||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
ServerAliveInterval 3600
|
ServerAliveInterval 3600
|
||||||
'' + lib.optionalString pkgs.stdenv.isDarwin ''
|
'' + lib.optionalString pkgs.stdenv.isDarwin ''
|
||||||
|
AddKeysToAgent yes
|
||||||
UseKeychain yes
|
UseKeychain yes
|
||||||
TCPKeepAlive no
|
TCPKeepAlive no
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user