about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-05-14 14:47:03 +0200
committersternenseemann <sternenseemann@systemli.org>2023-05-14 14:47:03 +0200
commit98555314476075516a21eebec4961b0526db9bd8 (patch)
tree6a74b3e685338d37885af37b8119ef686ed66727 /machines/profpatsch
parent8a049480ba427f2cfac6db2392f06c978adbfe95 (diff)
treewide: address rename of boot.cleanTmpDir option
cc @Profpatsch @aszlig
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/base.nix b/machines/profpatsch/base.nix
index c6fcf130..e0b2fd7d 100644
--- a/machines/profpatsch/base.nix
+++ b/machines/profpatsch/base.nix
@@ -15,7 +15,7 @@ in
     nix.settings.max-jobs = "auto";
 
     # /tmp should never be depended on
-    boot.cleanTmpDir = true;
+    boot.tmp.cleanOnBoot = true;
 
     # Setting it to UTC explicitely makes it impossible to override at runtime
     time.timeZone = lib.mkDefault "UTC";