From 571096e94c59be20c36d03f149eabd80370ca985 Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Mon, 5 Feb 2024 10:59:49 -0600 Subject: [PATCH] Enable ssh-agent --- ssh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ssh.nix b/ssh.nix index d7ebf25..4d9d1f8 100644 --- a/ssh.nix +++ b/ssh.nix @@ -5,4 +5,6 @@ addKeysToAgent = "yes"; forwardAgent = true; }; + + services.ssh-agent.enable = true; }