diff --git a/ssh.nix b/ssh.nix index 10e5e15..436c87f 100644 --- a/ssh.nix +++ b/ssh.nix @@ -2,5 +2,8 @@ { programs.ssh = { enable = true; + extraConfig = '' + AddKeysToAgent yes + ''; }; }