From f7269dbba4465b5a8d54c04077ba63530aa59364 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 12 May 2025 08:46:29 +0200 Subject: [PATCH] clean `/tmp` on reboot --- common/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/configuration.nix b/common/configuration.nix index 92d516f..528cac2 100644 --- a/common/configuration.nix +++ b/common/configuration.nix @@ -124,6 +124,7 @@ }; boot = { + tmp.cleanOnBoot = true; kernelPackages = pkgs.linuxPackages_latest; consoleLogLevel = 0;