{
  services.chrony = {
    enable = true;
    extraConfig = ''
      server time.cloudflare.com iburst nts
    '';
  };
}