Configuration: Change timezone (on trip)
This commit is contained in:
parent
ef83b069c1
commit
02fa41c8fe
1 changed files with 2 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue