services.ntp.restrictSource

The restriction flags to be set on source.

The default flags allow peers to be added by ntpd from configured pool(s), but not by other means.

Type
list of string
Default
[
  "limited"
  "kod"
  "nomodify"
  "notrap"
  "noquery"
]
Declared
<nixpkgs/nixos/modules/services/networking/ntp/ntpd.nix>