From a4ab6f5301bb0929381cbf7f2b8332845c02ed77 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sat, 9 Jul 2022 12:54:38 +0200 Subject: [PATCH] Make sure to always install en_US.UTF-8 locale --- modules/base/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/base/default.nix b/modules/base/default.nix index 4453678d..62a01d44 100644 --- a/modules/base/default.nix +++ b/modules/base/default.nix @@ -83,6 +83,11 @@ extraLocaleSettings = { LC_TIME = "en_GB.UTF-8"; }; + supportedLocales = [ + "en_GB.UTF-8/UTF-8" + "en_IE.UTF-8/UTF-8" + "en_US.UTF-8/UTF-8" + ]; }; security = {