aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/services/chrony.nix
blob: 2687846306105a14bbb1309feb1c103d2471b6f1 (plain)
1
2
3
4
5
6
7
8
{
  services.chrony = {
    enable = true;
    extraConfig = ''
      server time.cloudflare.com iburst nts
    '';
  };
}