diff --git a/users/gandalf/modules/ssh.nix b/users/gandalf/modules/ssh.nix index 836539c..31259f3 100644 --- a/users/gandalf/modules/ssh.nix +++ b/users/gandalf/modules/ssh.nix @@ -1,6 +1,7 @@ { ... }: { programs.ssh = { enable = true; + addKeysToAgent = "yes"; }; services.ssh-agent = {