From 4a41533ba8224bd9175642ae28535db33907e56f Mon Sep 17 00:00:00 2001 From: John Ogle Date: Fri, 3 Jan 2025 13:50:51 -0800 Subject: [PATCH] [z790prors] Use local time for hardware clock --- machines/z790prors/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/z790prors/configuration.nix b/machines/z790prors/configuration.nix index 56744a1..d6bd8df 100644 --- a/machines/z790prors/configuration.nix +++ b/machines/z790prors/configuration.nix @@ -55,6 +55,9 @@ }]; }; + time.timeZone = "America/Los_Angeles"; + time.hardwareClockInLocalTime = true; + # TODO: Figure out something with this nix.settings.secret-key-files = /root/cache-priv-key.pem;