From 18997c0d72dc3d3b4c6f0c800751bf43b13f94aa Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 11 May 2020 08:22:52 +1000 Subject: [PATCH] Added cleanTmpDir --- roles/host_common.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/roles/host_common.nix b/roles/host_common.nix index 57df560..923107a 100644 --- a/roles/host_common.nix +++ b/roles/host_common.nix @@ -4,10 +4,14 @@ { - imports = - [ - ./tmux.nix - ]; + imports = [ + ./tmux.nix + ]; + + # Common boot settings + boot = { + cleanTmpDir = true; # Clean /tmp on reboot + }; # Select internationalisation properties. i18n = {