From b2d0554798e88f74c7bf3452f15cbe1ffa99f261 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 4 Dec 2022 12:26:58 +0100 Subject: Explicitly list supported locales --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index 667d712..3f5b903 100644 --- a/configuration.nix +++ b/configuration.nix @@ -10,6 +10,10 @@ i18n = { defaultLocale = "en_US.UTF-8"; + supportedLocales = [ + "en_US.UTF-8/UTF-8" + "de_DE.UTF-8/UTF-8" + ]; }; time.timeZone = "Europe/Berlin"; -- cgit v1.2.3