workstation | trying to fix time

This commit is contained in:
Don Harper 2023-10-26 04:00:39 +00:00
parent 10d0a1f63b
commit 07f9fb7f19

View file

@ -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";