Compare commits

...

2 Commits

Author SHA1 Message Date
577c4f4117
refactor(nix/host/orion): set timezone in default.nix
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m3s
2024-05-29 22:02:55 +00:00
3e6399ba6e
Revert "refactor(nix/host/orion): do not explicitly set timezone"
This reverts commit 6ee73868cc16bb61f0e31aa9282cd3170fd1809f.
2024-05-29 22:01:57 +00:00
2 changed files with 2 additions and 5 deletions

View File

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

View File

@ -1,4 +0,0 @@
{ ... }:
{
services.automatic-timezoned.enable = true;
}