From 980e34dfdbd2b0a40ab897f1a4266a0a1daf14af Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Mon, 2 Dec 2024 23:00:00 -0800 Subject: [PATCH] feat: clean /tmp --- modules/linux/core/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/linux/core/default.nix b/modules/linux/core/default.nix index 52ebda8..f90b86e 100644 --- a/modules/linux/core/default.nix +++ b/modules/linux/core/default.nix @@ -65,4 +65,6 @@ nssmdns4 = true; openFirewall = true; }; + + boot.tmp.cleanOnBoot = true; }