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; };