remove extra locale settins???

This commit is contained in:
Tao Tien 2024-04-26 14:57:27 -07:00
parent 75344c6fe5
commit 62a7c91007

View file

@ -117,13 +117,13 @@
time.timeZone = lib.mkDefault "US/Pacific"; time.timeZone = lib.mkDefault "US/Pacific";
# services.automatic-timezoned.enable = lib.mkDefault true; # services.automatic-timezoned.enable = lib.mkDefault true;
i18n.defaultLocale = "en_US.utf8"; # i18n.defaultLocale = "en_US.utf8";
i18n.supportedLocales = ["all"]; # i18n.supportedLocales = ["all"];
i18n.extraLocaleSettings = { # i18n.extraLocaleSettings = {
LC_CTYPE = "en_US.UTF-8"; # LC_CTYPE = "en_US.UTF-8";
LC_MESSAGES = "en_US.UTF-8"; # LC_MESSAGES = "en_US.UTF-8";
LC_ALL = "en_US.UTF-8"; # LC_ALL = "en_US.UTF-8";
}; # };
systemd.extraConfig = '' systemd.extraConfig = ''
DefaultTimeoutStopSec=15s DefaultTimeoutStopSec=15s