diff --git a/systems/BASED.nix b/systems/BASED.nix index c9cad30..63d7e17 100644 --- a/systems/BASED.nix +++ b/systems/BASED.nix @@ -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