From b22b685f0b2524c088deacbf4e80e7b7c73b5afc Mon Sep 17 00:00:00 2001 From: sterni Date: Wed, 26 Apr 2023 12:30:34 +0200 Subject: chore: address renames of boot & tmp related options Change-Id: I78f2116a63675fff5a36826b3e5390798ab9db9f Reviewed-on: https://cl.tvl.fyi/c/depot/+/8526 Tested-by: BuildkiteCI Autosubmit: sterni Reviewed-by: tazjin Reviewed-by: grfn Reviewed-by: flokli --- users/grfn/system/system/modules/common.nix | 2 +- users/tazjin/nixos/camden/default.nix | 2 +- users/tazjin/nixos/frog/default.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'users') diff --git a/users/grfn/system/system/modules/common.nix b/users/grfn/system/system/modules/common.nix index fb3a976f6e5f..3edec8a5525e 100644 --- a/users/grfn/system/system/modules/common.nix +++ b/users/grfn/system/system/modules/common.nix @@ -12,7 +12,7 @@ with lib; boot = { loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; - cleanTmpDir = true; + tmp.cleanOnBoot = true; }; networking.useDHCP = false; diff --git a/users/tazjin/nixos/camden/default.nix b/users/tazjin/nixos/camden/default.nix index 7c700d43e3a2..2f34110eb528 100644 --- a/users/tazjin/nixos/camden/default.nix +++ b/users/tazjin/nixos/camden/default.nix @@ -54,7 +54,7 @@ lib.fix (self: { efi.canTouchEfiVariables = true; }; - cleanTmpDir = true; + tmp.cleanOnBoot = true; }; fileSystems = { diff --git a/users/tazjin/nixos/frog/default.nix b/users/tazjin/nixos/frog/default.nix index 7abc24a958e2..54d6def0239a 100644 --- a/users/tazjin/nixos/frog/default.nix +++ b/users/tazjin/nixos/frog/default.nix @@ -16,7 +16,7 @@ lib.fix (self: { ]; boot = { - tmpOnTmpfs = true; + tmp.useTmpfs = true; kernelModules = [ "kvm-amd" ]; loader = { -- cgit 1.4.1