From b81731d63f64d6b5618fd34693e038f02bd22b1c Mon Sep 17 00:00:00 2001 From: scouckel Date: Wed, 3 Dec 2025 04:40:18 -0600 Subject: remerge tiamat auto time zone change --- hosts/tiamat/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/tiamat/configuration.nix b/hosts/tiamat/configuration.nix index 0ecb442..c61b5bb 100644 --- a/hosts/tiamat/configuration.nix +++ b/hosts/tiamat/configuration.nix @@ -53,7 +53,8 @@ }; # Set your time zone. - time.timeZone = "US/Central"; + # time.timeZone = "US/Central"; + services.automatic-timezoned.enable = true; # Select internationalisation properties. i18n.defaultLocale = "en_US.UTF-8"; -- cgit v1.3