From 8523f092d08490f9b0e9793015c1caa9002e347c Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 31 Jul 2024 13:03:23 -0700 Subject: [PATCH] Set the correct timezone Useful for setting the date and time of an upload. --- quinn/etc/nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quinn/etc/nixos/configuration.nix b/quinn/etc/nixos/configuration.nix index eafdc45..0090e15 100644 --- a/quinn/etc/nixos/configuration.nix +++ b/quinn/etc/nixos/configuration.nix @@ -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/";