diff --git a/ssh.nix b/ssh.nix index d7ebf25..4d9d1f8 100644 --- a/ssh.nix +++ b/ssh.nix @@ -5,4 +5,6 @@ addKeysToAgent = "yes"; forwardAgent = true; }; + + services.ssh-agent.enable = true; }