From 9a18e2a37ef645c81f71b1c54e93e14efeaa81f9 Mon Sep 17 00:00:00 2001 From: materus Date: Sat, 30 Mar 2024 19:55:07 +0100 Subject: [PATCH] Old-materusPC: ssh changes --- configurations/host/Old-materusPC/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configurations/host/Old-materusPC/configuration.nix b/configurations/host/Old-materusPC/configuration.nix index 9c3c673..273fcf1 100755 --- a/configurations/host/Old-materusPC/configuration.nix +++ b/configurations/host/Old-materusPC/configuration.nix @@ -285,10 +285,10 @@ programs.gnupg.agent = { enable = true; - enableSSHSupport = true; + enableSSHSupport = false; enableBrowserSocket = true; }; - programs.ssh.startAgent = false; + programs.ssh.startAgent = true; # List services that you want to enable: