From 532a840b56fe86c7ecde8173833517f8b870cb4d Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 23 May 2025 21:10:00 -0500 Subject: [PATCH] chore | update defaultLocale to match upstream --- hosts/pi-server/default.nix | 2 +- hosts/server/default.nix | 2 +- hosts/workstation/default.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/pi-server/default.nix b/hosts/pi-server/default.nix index c2f6ea9..eb53d34 100644 --- a/hosts/pi-server/default.nix +++ b/hosts/pi-server/default.nix @@ -44,7 +44,7 @@ in { # Select internationalisation properties. i18n = { - defaultLocale = "en_US.utf8"; + defaultLocale = "en_US.UTF-8"; inputMethod = { enable = true; type = "fcitx5"; diff --git a/hosts/server/default.nix b/hosts/server/default.nix index 3ba56c1..f43a759 100644 --- a/hosts/server/default.nix +++ b/hosts/server/default.nix @@ -44,7 +44,7 @@ in { # Select internationalisation properties. i18n = { - defaultLocale = "en_US.utf8"; + defaultLocale = "en_US.UTF-8"; inputMethod = { enable = true; type = "fcitx5"; diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index 798b5e7..439f609 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -85,7 +85,7 @@ in { # Select internationalisation properties. i18n = { - defaultLocale = "en_US.utf8"; + defaultLocale = "en_US.UTF-8"; inputMethod = { enable = true; type = "fcitx5";