m 2 default: do not restart ssh agent

This commit is contained in:
makefu 2015-12-03 20:36:42 +01:00
parent 61d9ec179b
commit ada1aa277c

View File

@ -65,6 +65,7 @@ with lib;
time.timeZone = "Europe/Berlin"; time.timeZone = "Europe/Berlin";
#nix.maxJobs = 1; #nix.maxJobs = 1;
programs.ssh.startAgent = false;
services.openssh.enable = true; services.openssh.enable = true;
nix.useChroot = true; nix.useChroot = true;