From f5abb4e05d65f96fc492a4797c19510f08845cae Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sun, 3 Dec 2023 02:22:38 -0500 Subject: [PATCH] feat: add cleanTmp --- common/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/default.nix b/common/default.nix index 8784fab8..926df4fd 100644 --- a/common/default.nix +++ b/common/default.nix @@ -21,6 +21,7 @@ ]; nixpkgs.config.allowUnfree = true; + boot.tmp.cleanOnBoot = true; nix = { # Edit nix.conf