MyNixOS website logo
option

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.

Declarations
Type
list of string
Default
[
  "limited"
  "kod"
  "nomodify"
  "notrap"
  "noquery"
]