don't use tmpfs for /tmp, instead clean /tmp on every boot

This commit is contained in:
chaos 2024-05-25 15:44:09 +01:00
parent 91fd4c1f9e
commit 062200f2f4
No known key found for this signature in database

View file

@ -1,6 +1,3 @@
{config, ...}: { {...}: {
boot.tmp.useTmpfs = boot.tmp.cleanOnBoot = true;
if config ? "wsl" && config.wsl.enable
then false
else true;
} }