From bf0be392810b18b0ada2e91d990b18c761844e1b Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Fri, 8 May 2020 11:57:47 -0400 Subject: [PATCH] start ssh agent --- system/modules/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/modules/common.nix b/system/modules/common.nix index 1d858e644..7d940beeb 100644 --- a/system/modules/common.nix +++ b/system/modules/common.nix @@ -51,6 +51,8 @@ services.openssh.enable = true; + programs.ssh.startAgent = true; + # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];