services.chrony.serverOption

NixOS option

Set option for server directives. Use “iburst” to rapidly poll on startup. Recommended if your machine is consistently online. Use “offline” to prevent polling on startup. Recommended if your machine boots offline or is otherwise frequently offline.

type: one of "iburst", "offline"
Default
"iburst"
declared in: nixos/modules/services/networking/ntp/chrony.nixView source on NixOS/nixpkgs →