l 2: remove broken tmpfs option

with this option enabled /tmp was not mounted on boot
This commit is contained in:
lassulus 2017-01-21 23:51:24 +01:00
parent 1f4becad4d
commit 6b910af11a

View file

@ -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 - -"
];