diff --git a/modules/system/locale.nix b/modules/system/locale.nix index 63cde90..2f619b6 100644 --- a/modules/system/locale.nix +++ b/modules/system/locale.nix @@ -1,7 +1,7 @@ { ... }: { - time.timeZone = "UTC"; + # time.timeZone = "UTC"; i18n.defaultLocale = "en_US.UTF-8"; console.keyMap = "us";