From 4edfd251be4f0315154d18b6208f614264247623 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 14 Nov 2022 16:05:02 +0100 Subject: fix localed, back to stateless networking --- hosts/dishwasher/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts/dishwasher') diff --git a/hosts/dishwasher/configuration.nix b/hosts/dishwasher/configuration.nix index ffa9ff7..0556748 100644 --- a/hosts/dishwasher/configuration.nix +++ b/hosts/dishwasher/configuration.nix @@ -57,7 +57,10 @@ }; - i18n.defaultLocale = "en_US.UTF-8"; + i18n = { + defaultLocale = "en_US.UTF-8"; + supportedLocales = [ "en_US.UTF-8" "nl_NL.UTF-8" "ru_RU.UTF-8" ]; + }; # List services that you want to enable: -- cgit v1.3.1