summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-12-03 20:36:42 +0100
committermakefu <github@syntax-fehler.de>2015-12-03 20:36:42 +0100
commitada1aa277ce40df309e7440905e94a0b11d6e163 (patch)
tree6fe825134b4ec3f3d5c11f486f31d4a7be2b0f6e /makefu
parent61d9ec179b3d1a55602a1ae188e70c84e5721107 (diff)
m 2 default: do not restart ssh agent
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/default.nix b/makefu/2configs/default.nix
index 3d917478..760c7078 100644
--- a/makefu/2configs/default.nix
+++ b/makefu/2configs/default.nix
@@ -65,6 +65,7 @@ with lib;
time.timeZone = "Europe/Berlin";
#nix.maxJobs = 1;
+ programs.ssh.startAgent = false;
services.openssh.enable = true;
nix.useChroot = true;