change timezone stuff

This commit is contained in:
atagen 2023-06-07 00:18:28 +10:00
parent a0dd850437
commit 9af69c47d9

View file

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