From 2ca27863d624268c821aadb8f8b037589771a03e Mon Sep 17 00:00:00 2001 From: cspark Date: Tue, 6 Aug 2024 12:36:20 +0100 Subject: [PATCH] Enable ssh-agent --- global.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/global.nix b/global.nix index c6f23742..434dffd2 100644 --- a/global.nix +++ b/global.nix @@ -252,6 +252,7 @@ # Enable the OpenSSH daemon. services.openssh.enable = true; + programs.ssh.startAgent = true; # Open ports in the firewall. # 3240 - USBIP Port