change timezone stuff
This commit is contained in:
parent
a0dd850437
commit
9af69c47d9
1 changed files with 3 additions and 1 deletions
|
@ -58,7 +58,8 @@
|
|||
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||
|
||||
time.timeZone = "Australia/Sydney";
|
||||
time.hardwareClockInLocalTime = true;
|
||||
# fix windows to use utc instead
|
||||
time.hardwareClockInLocalTime = false;
|
||||
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_AU.UTF-8";
|
||||
|
@ -141,6 +142,7 @@
|
|||
|
||||
curl
|
||||
exa
|
||||
uutils-coreutils
|
||||
|
||||
git
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue