From 0232543e9ccb5a6a5caf169fc616d8f951f39f39 Mon Sep 17 00:00:00 2001 From: adikro Date: Wed, 18 Mar 2026 21:43:35 +0100 Subject: chore: merging thinkpad --- os/core/ssh.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/core') 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; }; -- cgit v1.3