Configuration: Change timezone (on trip)

This commit is contained in:
Zeph Levy 2025-12-26 09:13:26 -05:00
parent ef83b069c1
commit 02fa41c8fe

View file

@ -24,7 +24,8 @@
networking.firewall.allowedTCPPorts = [ 53317 ]; networking.firewall.allowedTCPPorts = [ 53317 ];
networking.firewall.allowedUDPPorts = [ 53317 ]; networking.firewall.allowedUDPPorts = [ 53317 ];
time.timeZone = "Europe/Paris"; # time.timeZone = "Europe/Paris";
time.timeZone = "America/New_York";
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";