diff --git a/nixos/common/common.nix b/nixos/common/common.nix index b9d1f14..56327dc 100644 --- a/nixos/common/common.nix +++ b/nixos/common/common.nix @@ -5,7 +5,7 @@ ]; # Clean /tmp on boot. - boot.cleanTmpDir = true; + boot.tmp.cleanOnBoot = true; # Set your time zone. time.timeZone = lib.mkDefault "Europe/Amsterdam";