diff options
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" ]; |
