From 72ea288abb7a2e1f9c6a9694bd958806ae00c38a Mon Sep 17 00:00:00 2001 From: Fiscal Velvet Poet Date: Fri, 2 Jun 2023 10:04:41 +1000 Subject: [PATCH] base: updated boot.tmp.cleanOnBoot progresses #20 --- profiles/host_common.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/profiles/host_common.nix b/profiles/host_common.nix index 2fec397..6f6ffef 100644 --- a/profiles/host_common.nix +++ b/profiles/host_common.nix @@ -17,9 +17,7 @@ ]; # Common boot settings - boot = { - cleanTmpDir = true; # Clean /tmp on reboot - }; + boot.tmp.cleanOnBoot = true; # Clean /tmp on reboot ; # Select internationalisation properties. i18n = {