diff options
| author | Grigory Shipunov | 2022-11-14 16:05:02 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2022-11-14 16:05:02 +0100 |
| commit | 4edfd251be4f0315154d18b6208f614264247623 (patch) | |
| tree | 675727f6e933dc1ba58cb660c5ccb2b5765a1837 /hosts/dishwasher | |
| parent | 3884eb2f82b93ebd9112f6a04c62a8a7d26662dd (diff) | |
fix localed, back to stateless networking
Diffstat (limited to 'hosts/dishwasher')
| -rw-r--r-- | hosts/dishwasher/configuration.nix | 5 |
1 files changed, 4 insertions, 1 deletions
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: |
