refactor(nix/host/orion): set timezone in default.nix
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m3s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m3s
This commit is contained in:
parent
3e6399ba6e
commit
577c4f4117
@ -11,4 +11,5 @@
|
||||
git
|
||||
vim
|
||||
];
|
||||
}
|
||||
time.timeZone = "America/Chicago";
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.automatic-timezoned.enable = true;
|
||||
time.timeZone = "America/Chicago";
|
||||
}
|
Loading…
Reference in New Issue
Block a user