don't use tmpfs for /tmp, instead clean /tmp on every boot
This commit is contained in:
parent
91fd4c1f9e
commit
062200f2f4
|
@ -1,6 +1,3 @@
|
|||
{config, ...}: {
|
||||
boot.tmp.useTmpfs =
|
||||
if config ? "wsl" && config.wsl.enable
|
||||
then false
|
||||
else true;
|
||||
{...}: {
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue