l 2: remove broken tmpfs option
with this option enabled /tmp was not mounted on boot
This commit is contained in:
parent
1f4becad4d
commit
6b910af11a
|
@ -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 - -"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue