remove extra locale settins???
This commit is contained in:
parent
75344c6fe5
commit
62a7c91007
1 changed files with 7 additions and 7 deletions
|
|
@ -117,13 +117,13 @@
|
|||
|
||||
time.timeZone = lib.mkDefault "US/Pacific";
|
||||
# services.automatic-timezoned.enable = lib.mkDefault true;
|
||||
i18n.defaultLocale = "en_US.utf8";
|
||||
i18n.supportedLocales = ["all"];
|
||||
i18n.extraLocaleSettings = {
|
||||
LC_CTYPE = "en_US.UTF-8";
|
||||
LC_MESSAGES = "en_US.UTF-8";
|
||||
LC_ALL = "en_US.UTF-8";
|
||||
};
|
||||
# i18n.defaultLocale = "en_US.utf8";
|
||||
# i18n.supportedLocales = ["all"];
|
||||
# i18n.extraLocaleSettings = {
|
||||
# LC_CTYPE = "en_US.UTF-8";
|
||||
# LC_MESSAGES = "en_US.UTF-8";
|
||||
# LC_ALL = "en_US.UTF-8";
|
||||
# };
|
||||
|
||||
systemd.extraConfig = ''
|
||||
DefaultTimeoutStopSec=15s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue