25.05: fix defaultLocale string

This commit is contained in:
Leonardo Eugênio 2025-05-24 01:09:54 -03:00
parent ce66f177fb
commit 707e8143a0
No known key found for this signature in database
GPG key ID: 2F8F21CE8721456B
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{
time.timeZone = "America/Sao_Paulo";
environment.variables.TZ = config.time.timeZone;
i18n.defaultLocale = "pt_BR.utf8";
i18n.defaultLocale = "pt_BR.UTF-8";
# Configure keymap in X11
services.xserver.xkb = {