system: set TZ environment variable

This commit is contained in:
lelgenio 2023-10-05 17:58:09 -03:00
parent 95deef964f
commit 16bdde3504

View file

@ -25,6 +25,7 @@
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
# Set your time zone. # Set your time zone.
time.timeZone = "America/Sao_Paulo"; time.timeZone = "America/Sao_Paulo";
environment.variables.TZ = config.time.timeZone;
# Select internationalisation properties. # Select internationalisation properties.
i18n.defaultLocale = "pt_BR.utf8"; i18n.defaultLocale = "pt_BR.utf8";