about summary refs log tree commit diff
path: root/system/modules/common.nix
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-05-08T15·57-0400
committerGriffin Smith <root@gws.fyi>2020-05-08T15·57-0400
commitbf0be392810b18b0ada2e91d990b18c761844e1b (patch)
tree4c92667af8567127e9b2e3c7b395d6d0550f2301 /system/modules/common.nix
parent83d482f5329f413832661db0eb28f2b8edee93a7 (diff)
start ssh agent
Diffstat (limited to 'system/modules/common.nix')
-rw-r--r--system/modules/common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/modules/common.nix b/system/modules/common.nix
index 1d858e644d..7d940beebb 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 = [ ... ];