l: set default timezone

This commit is contained in:
lassulus 2021-10-25 16:26:30 +02:00
parent e3740cb6b4
commit 12046d1501

View File

@ -217,5 +217,7 @@ with import <stockholm/lib>;
# use 24:00 time format, the default got sneakily changed around 20.03
i18n.defaultLocale = mkDefault "C.UTF-8";
time.timeZone = mkDefault"Europe/Berlin";
system.stateVersion = mkDefault "20.03";
}