From 53bf7156056995bfb7a2e551e792e49224790b94 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Sat, 27 Apr 2024 17:30:25 -0500 Subject: [PATCH] Set timezone to America/Chicago --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 9004f73..763caad 100644 --- a/configuration.nix +++ b/configuration.nix @@ -24,7 +24,7 @@ ''; # Set your time zone. - time.timeZone = "Europe/Berlin"; + time.timeZone = "America/Chicago"; # Configure network proxy if necessary # networking.proxy.default = "http://user:password@proxy:port/";