summaryrefslogtreecommitdiff
path: root/os/core/ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'os/core/ssh.nix')
-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" ];