reciproka-ops/profiles/chrony.nix
2021-10-07 12:13:48 +10:00

12 lines
180 B
Nix

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