From 07f9fb7f19ec1f0fa6689a2dc21e8c3701128b60 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 26 Oct 2023 04:00:39 +0000 Subject: [PATCH] workstation | trying to fix time --- workstation/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/workstation/default.nix b/workstation/default.nix index 8698945..6c893ea 100644 --- a/workstation/default.nix +++ b/workstation/default.nix @@ -31,7 +31,11 @@ in networking.useDHCP = false; # Set your time zone. - time.timeZone = "America/Chicago"; + time = { + timeZone = "America/Chicago"; + hardwareClockInLocalTime = false; + }; + # Select internationalisation properties. i18n.defaultLocale = "en_US.utf8";