reciproka-ops/profiles/chrony.nix

12 lines
180 B
Nix
Raw Normal View History

2021-10-07 02:13:48 +00:00
# NixOps configuration for the hosts running a Chrony service
{ config, ... }:
{
services.chrony = {
enable = true; # Enable Chrony
};
}