From be16f79ac4cbc6141dead321d4f823c5efe76c1b Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 29 Jun 2023 22:01:32 +0900 Subject: [PATCH] test --- laptop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laptop/configuration.nix b/laptop/configuration.nix index 532a0042..5d213e02 100644 --- a/laptop/configuration.nix +++ b/laptop/configuration.nix @@ -22,7 +22,7 @@ # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.cleanTmpDir = true; + boot.tmp.cleanOnBoot = true; # Plymouth splash screen boot.plymouth.enable = true; boot.initrd.systemd.enable = true;