From ab20dbb4e7b4a458c4f7315fb71cd7e33b4de59f Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 19 Apr 2023 09:56:53 +0200 Subject: [PATCH] update cleanOnBoot param --- nixos/common/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";