From 9074af59827b2730c7ec1db801f27ee483149721 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 27 Aug 2024 10:52:32 -0500 Subject: [PATCH] it's called tmp for a reason --- hosts/othalan/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/othalan/system.nix b/hosts/othalan/system.nix index 4d1af6b..6383cef 100644 --- a/hosts/othalan/system.nix +++ b/hosts/othalan/system.nix @@ -37,7 +37,7 @@ ]; boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest; - + boot.tmp.cleanOnBoot = true; boot.loader = { systemd-boot = enabled // { consoleMode = "max";