diff options
author | lassulus <lass@lassul.us> | 2017-01-21 23:51:24 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-01-21 23:51:52 +0100 |
commit | 6b910af11a4dabdc9685f72a073b0e2a57c1e5b8 (patch) | |
tree | 7d8e3c720109fef1f76f539ca98c54fce0c3a145 /lass/2configs/default.nix | |
parent | 1f4becad4dbbb512684045f55a42021ab7695c24 (diff) |
l 2: remove broken tmpfs option
with this option enabled /tmp was not mounted on boot
Diffstat (limited to 'lass/2configs/default.nix')
-rw-r--r-- | lass/2configs/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lass/2configs/default.nix b/lass/2configs/default.nix index 63114cdb1..911b7738a 100644 --- a/lass/2configs/default.nix +++ b/lass/2configs/default.nix @@ -91,8 +91,6 @@ with import <stockholm/lib>; #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 - -" ]; |