diff --git a/services/openssh.nix b/services/openssh.nix index 236b8060..637e5793 100644 --- a/services/openssh.nix +++ b/services/openssh.nix @@ -39,4 +39,7 @@ ''; }; + + # Enable GPG Agent support: + programs.gnupg.agent.enableSSHSupport = "true" } \ No newline at end of file