[z790prors] Use local time for hardware clock

This commit is contained in:
2025-01-03 13:50:51 -08:00
parent 9d45449fce
commit 4a41533ba8

View File

@@ -55,6 +55,9 @@
}]; }];
}; };
time.timeZone = "America/Los_Angeles";
time.hardwareClockInLocalTime = true;
# TODO: Figure out something with this # TODO: Figure out something with this
nix.settings.secret-key-files = /root/cache-priv-key.pem; nix.settings.secret-key-files = /root/cache-priv-key.pem;