refactor(nix/host/orion): explicitly set timezone
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s
This commit is contained in:
parent
66ebdfef98
commit
628841d8ff
@ -1,4 +1,5 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.automatic-timezoned.enable = true;
|
||||
}
|
||||
time.timeZone = "America/Chicago";
|
||||
}
|
Loading…
Reference in New Issue
Block a user