From d13231b317c95ad5a109c8c664c0c1f8b2087bee Mon Sep 17 00:00:00 2001 From: xenia Date: Sun, 2 Mar 2025 10:28:00 +0100 Subject: [PATCH] clean /tmp on boot --- nixos/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/base.nix b/nixos/base.nix index d8c6ee37..278389e2 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -8,6 +8,7 @@ automatic = true; dates = "03:00"; }; + boot.tmp.cleanOnBoot = true; nix.registry = { templates = {