From 683eea2765d18099c425cf2425073fefdd4a10f8 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 8 Sep 2022 19:29:06 +0200 Subject: set locale to ireland … finally sane defaults for dates and stuff --- common/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; [ -- cgit v1.2.3