summaryrefslogtreecommitdiffstats
path: root/lass/2configs/base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lass/2configs/base.nix')
-rw-r--r--lass/2configs/base.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/lass/2configs/base.nix b/lass/2configs/base.nix
index 6774845c..7c483546 100644
--- a/lass/2configs/base.nix
+++ b/lass/2configs/base.nix
@@ -6,6 +6,7 @@ with lib;
../3modules/iptables.nix
../2configs/vim.nix
../2configs/zsh.nix
+ ../2configs/mc.nix
{
users.extraUsers =
mapAttrs (_: h: { hashedPassword = h; })
@@ -53,6 +54,7 @@ with lib;
#why is this on in the first place?
services.ntp.enable = false;
+ services.nscd.enable = false;
boot.tmpOnTmpfs = true;
# see tmpfiles.d(5)