From 98555314476075516a21eebec4961b0526db9bd8 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 14 May 2023 14:47:03 +0200 Subject: treewide: address rename of boot.cleanTmpDir option cc @Profpatsch @aszlig --- machines/profpatsch/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/profpatsch') 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"; -- cgit 1.4.1