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 --- modules/user/aszlig/profiles/managed.nix | 2 +- modules/user/aszlig/profiles/workstation/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') 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; diff --git a/modules/user/aszlig/profiles/workstation/default.nix b/modules/user/aszlig/profiles/workstation/default.nix index bb4785d6..fb15bc13 100644 --- a/modules/user/aszlig/profiles/workstation/default.nix +++ b/modules/user/aszlig/profiles/workstation/default.nix @@ -12,7 +12,7 @@ in { vuizvui.user.aszlig.profiles.base.enable = true; boot.kernelParams = [ "panic=1800" ]; - boot.cleanTmpDir = true; + boot.tmp.cleanOnBoot = true; # Allow sync, sak and unraw boot.kernel.sysctl."kernel.sysrq" = 20; -- cgit 1.4.1