diff options
| -rw-r--r-- | hosts/tiamat/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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"; |
