diff options
| author | adikro <adikro@disroot.org> | 2026-03-19 14:31:47 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-19 14:31:47 +0100 |
| commit | 9f58250cacc5a42a7d251eaa7d845ce143b98cfb (patch) | |
| tree | fa8e4a3fd38ca8df30dd6b9af266bb6586832b48 /os/core | |
| parent | 9fffd3d5e1b6b554c5a06f2fc15190e8ee3a2f66 (diff) | |
ssh fixes
Diffstat (limited to 'os/core')
| -rw-r--r-- | os/core/ssh.nix | 2 |
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" ]; |
