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 = {