summaryrefslogtreecommitdiff
path: root/os/core
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-03-19 14:31:47 +0100
committeradikro <adikro@disroot.org>2026-03-19 14:31:47 +0100
commit9f58250cacc5a42a7d251eaa7d845ce143b98cfb (patch)
treefa8e4a3fd38ca8df30dd6b9af266bb6586832b48 /os/core
parent9fffd3d5e1b6b554c5a06f2fc15190e8ee3a2f66 (diff)
ssh fixes
Diffstat (limited to 'os/core')
-rw-r--r--os/core/ssh.nix2
1 files changed, 1 insertions, 1 deletions
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" ];