This commit is contained in:
k3t
2026-08-08 02:30:13 -06:00
parent bcddfd1443
commit 4f8df6192f
+2 -1
View File
@@ -1,3 +1,4 @@
{lib, ...}:
{ {
# NTP configuration - NIST atomic clocks # NTP configuration - NIST atomic clocks
services.timesyncd = { services.timesyncd = {
@@ -14,7 +15,7 @@
"0.pool.ntp.org" "0.pool.ntp.org"
]; ];
}; };
time.timeZone = mkDefault "America/Denver"; time.timeZone = lib.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";