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

This commit is contained in:
Price Hiller 2024-05-29 10:58:55 -05:00
parent 6f48f316ce
commit 6ee73868cc
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

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