diff options
| author | scouckel <james.krinsky@gmail.com> | 2025-12-03 04:40:18 -0600 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2025-12-03 04:40:18 -0600 |
| commit | b81731d63f64d6b5618fd34693e038f02bd22b1c (patch) | |
| tree | b5a1fe0a4a799c81ea45099fb76a93440fdcaa43 /hosts | |
| parent | 39a7fe223b3585287681596580c454890722d26a (diff) | |
remerge tiamat auto time zone change
Diffstat (limited to 'hosts')
| -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"; |
