update cleanOnBoot param

This commit is contained in:
Vivian 2023-04-19 09:56:53 +02:00
parent 853841b776
commit 76fc25f2e8

View file

@ -5,7 +5,7 @@
]; ];
# Clean /tmp on boot. # Clean /tmp on boot.
boot.cleanTmpDir = true; boot.tmp.cleanOnBoot = true;
# Set your time zone. # Set your time zone.
time.timeZone = lib.mkDefault "Europe/Amsterdam"; time.timeZone = lib.mkDefault "Europe/Amsterdam";