q: set NewZealand time to default time

This commit is contained in:
Ingolf Wagner 2019-11-15 22:53:54 +01:00
parent a5d25840f6
commit d115855e00
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -47,7 +47,10 @@
q = {
enable = true;
timeZones = [ "Europe/Berlin" "Pacific/Auckland" ];
timeZones = [
"Pacific/Auckland"
"Europe/Berlin"
];
};
};