Set the correct timezone

Useful for setting the date and time of an upload.
This commit is contained in:
Eli Ribble 2024-07-31 13:03:23 -07:00
parent deb6c42c64
commit 8523f092d0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
# networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
# Set your time zone.
# time.timeZone = "Europe/Amsterdam";
time.timeZone = "America/Phoenix";
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";