From 588f04fe89971ae7c6c17550d30a94e22862141c Mon Sep 17 00:00:00 2001 From: cswimr Date: Sat, 11 Jan 2025 18:09:55 -0600 Subject: [PATCH] change time zone --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 223f505..7d3ca4a 100755 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -48,7 +48,7 @@ networking.networkmanager.enable = true; # Set your time zone. - time.timeZone = "America/New_York"; + time.timeZone = "America/Chicago"; # Select internationalisation properties. i18n.defaultLocale = "en_US.UTF-8";