diff options
author | makefu <github@syntax-fehler.de> | 2019-01-28 08:32:05 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-01-28 08:32:05 +0100 |
commit | 7bc36518d1afc1050994e0806477fed2c8fa45da (patch) | |
tree | f801d55e368f7ce7c10a97482808eeab9491f45f /lass/2configs/default.nix | |
parent | 0c25e9790578821a1038831ea852c6bfbc83ff97 (diff) | |
parent | 56a0b3f0020b4465d1f1d573e5d427d8c702fd86 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'lass/2configs/default.nix')
-rw-r--r-- | lass/2configs/default.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lass/2configs/default.nix b/lass/2configs/default.nix index 69e697a1d..2547e8bac 100644 --- a/lass/2configs/default.nix +++ b/lass/2configs/default.nix @@ -2,6 +2,7 @@ with import <stockholm/lib>; { config, pkgs, ... }: { imports = [ + <stockholm/krebs/2configs/nscd-fix.nix> ./binary-cache/client.nix ./gc.nix ./mc.nix @@ -81,9 +82,6 @@ with import <stockholm/lib>; services.timesyncd.enable = mkForce true; - #why is this on in the first place? - services.nscd.enable = false; - systemd.tmpfiles.rules = [ "d /tmp 1777 root root - -" ]; @@ -115,6 +113,7 @@ with import <stockholm/lib>; #network iptables iftop + tcpdump #stuff for dl aria2 |