mio-ops/profiles/chrony.nix
2021-11-16 17:53:38 +10:00

12 lines
149 B
Nix

# NixOps configuration for the hosts running a Chrony service
{ config, ... }:
{
services.chrony = {
enable = true; # Enable Chrony
};
}