diff options
| author | adikro <adikro@disroot.org> | 2026-03-18 21:43:35 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-18 21:43:35 +0100 |
| commit | 0232543e9ccb5a6a5caf169fc616d8f951f39f39 (patch) | |
| tree | aeac62922c38cd3c5850bc4bb3b48f3f47ec5478 /os/core/ssh.nix | |
| parent | cedf60f3f3bad69043274c92cfd6ded56a54ec2e (diff) | |
chore: merging thinkpad
Diffstat (limited to 'os/core/ssh.nix')
| -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; }; |
