diff options
author | lassulus <lassulus@lassul.us> | 2019-01-27 03:32:55 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-01-27 03:32:55 +0100 |
commit | 0f1c14e647f8c8e4c90c9e5b099f5a470333e651 (patch) | |
tree | d2a94522f9de1d855c2958fbcbd13652c50588ec /lass | |
parent | a7af3289a94568ba9a092ee8d36c6719f2ddf34d (diff) |
l: enable nscd with fix
Diffstat (limited to 'lass')
-rw-r--r-- | lass/2configs/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lass/2configs/default.nix b/lass/2configs/default.nix index d3676a9b9..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 - -" ]; |