From 7ab653c47f7a15d0ddea9d3d59cdf1f08dfb1237 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 27 Oct 2023 12:37:34 +0000 Subject: [PATCH] seting hwclock to localtime, like an animal running Windows --- workstation/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workstation/default.nix b/workstation/default.nix index 6c893ea..88e139b 100644 --- a/workstation/default.nix +++ b/workstation/default.nix @@ -33,7 +33,7 @@ in # Set your time zone. time = { timeZone = "America/Chicago"; - hardwareClockInLocalTime = false; + hardwareClockInLocalTime = true; };