From 63f7449304ceab2e88409d3a7c68a55fe573f083 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sat, 2 Jul 2022 15:42:43 +0200 Subject: [PATCH] i18n supported locales --- nixos/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 5106b7b9..b381aed8 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -98,6 +98,12 @@ LC_TIME = "de_DE.UTF-8"; }; + # https://github.com/NixOS/nixpkgs/issues/179486 + i18n.supportedLocales = [ + "en_US.UTF-8/UTF-8" + "de_DE.UTF-8/UTF-8" + ]; + # TODO: Other ports (tcp/udp/ssh...)? # Open ports in the firewall. networking = {