fix timezone
This commit is contained in:
parent
dc79a50511
commit
49aaf7a445
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
# timezone
|
||||
time.timeZone = "Americia/New_York";
|
||||
time.timeZone = "America/New_York";
|
||||
|
||||
# locale
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
|
Loading…
Reference in a new issue