From 570eb61aabaa764c1ac4552665b9967f3efc648f Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Mon, 29 Jul 2024 19:21:00 +1000 Subject: [PATCH] Changed timezone to Melbourne. --- hosts/randolph/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/randolph/configuration.nix b/hosts/randolph/configuration.nix index b127b70..e52d820 100644 --- a/hosts/randolph/configuration.nix +++ b/hosts/randolph/configuration.nix @@ -43,7 +43,7 @@ }; # Set your time zone. - time.timeZone = "America/Montreal"; + time.timeZone = "Australia/Melbourne"; # Select internationalization properties. i18n.defaultLocale = "fr_CA.UTF-8";