refactor(nix/host/orion): explicitly set timezone
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s

This commit is contained in:
Price Hiller 2024-05-29 00:50:18 -05:00
parent 66ebdfef98
commit 628841d8ff
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

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