From 9af69c47d992011d31e78c4930522121acbd5645 Mon Sep 17 00:00:00 2001 From: atagen Date: Wed, 7 Jun 2023 00:18:28 +1000 Subject: [PATCH] change timezone stuff --- system/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/configuration.nix b/system/configuration.nix index af62b97..b29b931 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -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