workstation | trying to fix time
This commit is contained in:
parent
10d0a1f63b
commit
07f9fb7f19
1 changed files with 5 additions and 1 deletions
|
|
@ -31,7 +31,11 @@ in
|
||||||
networking.useDHCP = false;
|
networking.useDHCP = false;
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "America/Chicago";
|
time = {
|
||||||
|
timeZone = "America/Chicago";
|
||||||
|
hardwareClockInLocalTime = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
i18n.defaultLocale = "en_US.utf8";
|
i18n.defaultLocale = "en_US.utf8";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue