about summary refs log tree commit diff
path: root/modules/user/aszlig/profiles/managed.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/aszlig/profiles/managed.nix')
-rw-r--r--modules/user/aszlig/profiles/managed.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/aszlig/profiles/managed.nix b/modules/user/aszlig/profiles/managed.nix
index afb19a2f..dbabcec8 100644
--- a/modules/user/aszlig/profiles/managed.nix
+++ b/modules/user/aszlig/profiles/managed.nix
@@ -20,7 +20,7 @@ in {
   config = mkIf cfg.enable {
     vuizvui.system.kernel.bfq.enable = true;
 
-    boot.cleanTmpDir = true;
+    boot.tmp.cleanOnBoot = true;
     boot.loader.systemd-boot.enable = true;
     boot.loader.efi.canTouchEfiVariables = true;