diff --git a/profiles/base/boot.nix b/profiles/base/boot.nix index 3213166..39d5310 100644 --- a/profiles/base/boot.nix +++ b/profiles/base/boot.nix @@ -1,6 +1,3 @@ -{config, ...}: { - boot.tmp.useTmpfs = - if config ? "wsl" && config.wsl.enable - then false - else true; +{...}: { + boot.tmp.cleanOnBoot = true; }