feat(nix/host/orion): enable services.automatic-timezoned
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled

This commit is contained in:
Price Hiller 2024-05-27 13:18:51 -05:00
parent 0ea090d1e6
commit 4bc5f81fcd
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

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