diff options
author | makefu <github@syntax-fehler.de> | 2016-01-16 02:01:48 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-01-16 02:01:48 +0100 |
commit | 7cf54a1d791fff716968a145feb55f28b84aef76 (patch) | |
tree | c140efc5965c2b4a74c1a479b7867148ea9bb4c6 /makefu/2configs/default.nix | |
parent | 3bb965c3f071f30a2ac381fb18cb2da5603193a3 (diff) | |
parent | 0c1c54e728d8838b184d43a9adb67f4258a21569 (diff) |
Merge branch 'master' of gum:stockholm
Diffstat (limited to 'makefu/2configs/default.nix')
-rw-r--r-- | makefu/2configs/default.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/makefu/2configs/default.nix b/makefu/2configs/default.nix index 7593eaff7..7771e24d4 100644 --- a/makefu/2configs/default.nix +++ b/makefu/2configs/default.nix @@ -65,7 +65,12 @@ with lib; time.timeZone = "Europe/Berlin"; #nix.maxJobs = 1; - programs.ssh.startAgent = false; + programs.ssh = { + startAgent = false; + extraConfig = '' + UseRoaming no + ''; + }; services.openssh.enable = true; nix.useChroot = true; |