From ecfcd1602398d3582d95baa31e2bf8c828916b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 29 Jan 2025 18:39:49 +0100 Subject: [PATCH] Add ssh agent --- home/ssh/config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/ssh/config.nix b/home/ssh/config.nix index e97a925..e918fb3 100644 --- a/home/ssh/config.nix +++ b/home/ssh/config.nix @@ -41,4 +41,6 @@ in }; }; }; + + services.ssh-agent.enable = true; }