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

4 lines
58 B
Nix
Raw Normal View History

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