From 491626d8436462620965e2e1532a188b7a27502f Mon Sep 17 00:00:00 2001 From: Sense T Date: Sat, 22 Jul 2023 10:51:13 +0000 Subject: [PATCH] cleanup tmp dir --- hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 0b7d88b..06e8278 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -10,6 +10,7 @@ boot = { + tmp.cleanOnBoot = true; plymouth.enable = true; # Use xanmod kernel kernelPackages = pkgs.linuxPackages_xanmod_latest;