reciproka-ops/profiles/chrony.nix
2022-08-15 17:32:25 +10:00

7 lines
143 B
Nix

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