refactor(nix/host/orion): set timezone in default.nix
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m3s

This commit is contained in:
Price Hiller 2024-05-29 22:02:55 +00:00
parent 3e6399ba6e
commit 577c4f4117
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 2 additions and 6 deletions

View File

@ -11,4 +11,5 @@
git
vim
];
time.timeZone = "America/Chicago";
}

View File

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