fix timezone

This commit is contained in:
Murphy 2025-01-21 10:34:59 -05:00
parent dc79a50511
commit 49aaf7a445
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17

View file

@ -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";