diff options
author | makefu <github@syntax-fehler.de> | 2016-01-16 01:30:37 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-01-16 01:30:48 +0100 |
commit | 2ef651f78d0b8e2bf19f9bdbbfa982a0a5991c22 (patch) | |
tree | 0014e39854da4386ffc0c49c5f8a2adcf8ffd551 /makefu/2configs/default.nix | |
parent | 7a0480e5fe2b0b0762e56caa1878f7ada8cb76e1 (diff) |
ma 2 default: useroaming no, omo: provide share
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; |