allow timezone to be overrideable

This commit is contained in:
k3t
2026-08-08 02:29:43 -06:00
parent 2f5bcb3029
commit bcddfd1443
+1 -1
View File
@@ -14,7 +14,7 @@
"0.pool.ntp.org" "0.pool.ntp.org"
]; ];
}; };
time.timeZone = "America/Denver"; time.timeZone = mkDefault "America/Denver";
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";
i18n.extraLocaleSettings = { i18n.extraLocaleSettings = {
LC_ADDRESS = "en_US.UTF-8"; LC_ADDRESS = "en_US.UTF-8";