From 88d59479d334a4fd32e3ed6e8e85833e595757ee Mon Sep 17 00:00:00 2001 From: Jacob Bachmann Date: Sat, 27 Jan 2024 23:03:30 +0100 Subject: [PATCH] feat(ssh): add keys to agent --- users/gandalf/modules/ssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/gandalf/modules/ssh.nix b/users/gandalf/modules/ssh.nix index 836539c..31259f3 100644 --- a/users/gandalf/modules/ssh.nix +++ b/users/gandalf/modules/ssh.nix @@ -1,6 +1,7 @@ { ... }: { programs.ssh = { enable = true; + addKeysToAgent = "yes"; }; services.ssh-agent = {