From 9f58250cacc5a42a7d251eaa7d845ce143b98cfb Mon Sep 17 00:00:00 2001 From: adikro Date: Thu, 19 Mar 2026 14:31:47 +0100 Subject: ssh fixes --- os/core/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/core') diff --git a/os/core/ssh.nix b/os/core/ssh.nix index 6f5cf51..52b7c32 100644 --- a/os/core/ssh.nix +++ b/os/core/ssh.nix @@ -23,7 +23,7 @@ in }; }; - programs.ssh.startAgent = false; + programs.ssh.startAgent = true; services.gnome.gcr-ssh-agent.enable = false; users.users.${username}.openssh.authorizedKeys.keys = [ "${keys.main} adikro@disroot.org" ]; -- cgit v1.3