From d785d8952df7a649bb0fc37f2fa2d07903b991d8 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 31 May 2023 20:01:33 -0400 Subject: atlas: boot.cleanTmpDir -> boot.tmp.cleanOnBoot --- hosts/atlas/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/atlas/default.nix b/hosts/atlas/default.nix index f228411..a594e5d 100644 --- a/hosts/atlas/default.nix +++ b/hosts/atlas/default.nix @@ -21,9 +21,9 @@ boot = { binfmt.emulatedSystems = ["x86_64-linux" "i686-linux"]; - cleanTmpDir = true; loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; + tmp.cleanOnBoot = true; }; getchoo.server = { -- cgit v1.2.3