diff options
-rw-r--r-- | common/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/common.nix b/common/common.nix index 463717c..a5d62f4 100644 --- a/common/common.nix +++ b/common/common.nix @@ -7,7 +7,7 @@ services.journald.extraConfig = "MaxRetentionSec=48h"; - i18n.defaultLocale = "en_US.UTF-8"; + i18n.defaultLocale = "en_IE.UTF-8"; time.timeZone = "Europe/Amsterdam"; environment.systemPackages = with pkgs; [ |