reciproka-ops/profiles/chrony.nix
2023-05-15 09:25:48 +10:00

7 lines
140 B
Nix

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