dots/hosts/orion/modules/services/timezoned.nix
Price Hiller 628841d8ff
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s
refactor(nix/host/orion): explicitly set timezone
2024-05-29 00:50:18 -05:00

5 lines
95 B
Nix

{ ... }:
{
services.automatic-timezoned.enable = true;
time.timeZone = "America/Chicago";
}