mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-13 18:19:00 +00:00
profiles/server: fix i18n.supportedLocales
This commit is contained in:
parent
d4c45fd86b
commit
f0b2aee54e
@ -44,7 +44,7 @@ in
|
||||
|
||||
# We're only going to deal with servers in English.
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
i18n.supportedLocales = [ config.i18n.defaultLocale ];
|
||||
i18n.supportedLocales = [ "en_US.UTF-8/UTF-8" ];
|
||||
})
|
||||
|
||||
# We're only covering the most basic settings here.
|
||||
|
Loading…
Reference in New Issue
Block a user