Revert "refactor(nix/host/orion): do not explicitly set timezone"

This reverts commit 6ee73868cc.
This commit is contained in:
Price Hiller 2024-05-29 22:01:57 +00:00
parent f9de3ace46
commit 3e6399ba6e
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,4 +1,5 @@
{ ... }:
{
services.automatic-timezoned.enable = true;
time.timeZone = "America/Chicago";
}