diff options
Diffstat (limited to 'os/core')
| -rw-r--r-- | os/core/ssh.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/core/ssh.nix b/os/core/ssh.nix index 4f9b551..0b75dee 100644 --- a/os/core/ssh.nix +++ b/os/core/ssh.nix @@ -20,12 +20,12 @@ in }; }; - programs.ssh.startAgent = true; - services.gnome.gcr-ssh-agent.enable = false; + # programs.ssh.startAgent = true; + # services.gnome.gcr-ssh-agent.enable = false; programs.gnupg.agent = { enable = true; - enableSSHSupport = false; + enableSSHSupport = true; pinentryPackage = pkgs.pinentry-curses; }; |
