seting hwclock to localtime, like an animal running Windows

This commit is contained in:
Don Harper 2023-10-27 12:37:34 +00:00
parent 3ad28f632c
commit 7ab653c47f

View file

@ -33,7 +33,7 @@ in
# Set your time zone. # Set your time zone.
time = { time = {
timeZone = "America/Chicago"; timeZone = "America/Chicago";
hardwareClockInLocalTime = false; hardwareClockInLocalTime = true;
}; };