about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-04-25 13:32:53 +0200
committeraszlig <aszlig@nix.build>2018-04-25 13:32:53 +0200
commit2a12b296d563df7e210dd178803bd96dafdfe755 (patch)
treece6b056699d036a542cf3932808f7bbd8948d431
parente0c5be2aaeff1014ceceeedc31860453328244ca (diff)
profiles/managed: Add boot.cleanTmpDir
A lot of trash has accumulated in /tmp on some of the machines, so let's
clean it up.

Signed-off-by: aszlig <aszlig@nix.build>
-rw-r--r--modules/user/aszlig/profiles/managed.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/aszlig/profiles/managed.nix b/modules/user/aszlig/profiles/managed.nix
index 043c5937..43a2bc35 100644
--- a/modules/user/aszlig/profiles/managed.nix
+++ b/modules/user/aszlig/profiles/managed.nix
@@ -20,6 +20,7 @@ in {
   config = mkIf cfg.enable {
     vuizvui.system.kernel.bfq.enable = true;
 
+    boot.cleanTmpDir = true;
     boot.loader.systemd-boot.enable = true;
     boot.loader.efi.canTouchEfiVariables = true;