From 6b910af11a4dabdc9685f72a073b0e2a57c1e5b8 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 21 Jan 2017 23:51:24 +0100 Subject: l 2: remove broken tmpfs option with this option enabled /tmp was not mounted on boot --- lass/2configs/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'lass/2configs/default.nix') diff --git a/lass/2configs/default.nix b/lass/2configs/default.nix index 63114cdb..911b7738 100644 --- a/lass/2configs/default.nix +++ b/lass/2configs/default.nix @@ -91,8 +91,6 @@ with import ; #why is this on in the first place? services.nscd.enable = false; - boot.tmpOnTmpfs = true; - # see tmpfiles.d(5) systemd.tmpfiles.rules = [ "d /tmp 1777 root root - -" ]; -- cgit v1.2.3