diff options
author | lassulus <lass@aidsballs.de> | 2016-01-17 13:22:42 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-01-17 13:22:42 +0100 |
commit | 8b88007fac9154d0bf7ada6c9ce375989d230d93 (patch) | |
tree | c7ab8f2c6de2724133f1a50951a08a3f6f66b775 /makefu/2configs/default.nix | |
parent | 63910263ccaf2f18bd83ed6e5d49301601ba53e1 (diff) | |
parent | de891cf43181d28cbc9526993df4e55022d230da (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/2configs/default.nix')
-rw-r--r-- | makefu/2configs/default.nix | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/makefu/2configs/default.nix b/makefu/2configs/default.nix index 7593eaff7..ec1100582 100644 --- a/makefu/2configs/default.nix +++ b/makefu/2configs/default.nix @@ -13,7 +13,7 @@ with lib; ./vim.nix ]; - + nixpkgs.config.allowUnfreePredicate = (pkg: pkgs.lib.hasPrefix "unrar-" pkg.name); krebs = { enable = true; search-domain = "retiolum"; @@ -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; |