dots/hosts/orion/modules/services/timezoned.nix
Price Hiller 4bc5f81fcd
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
feat(nix/host/orion): enable services.automatic-timezoned
2024-05-27 13:18:51 -05:00

4 lines
58 B
Nix

{ ... }:
{
services.automatic-timezoned.enable = true;
}