dots/hosts/orion/modules/services/timezoned.nix

5 lines
59 B
Nix
Raw Normal View History

{ ... }:
{
services.automatic-timezoned.enable = true;
2024-05-27 13:19:55 -05:00
}