services.openntpd.extraConfig

NixOS option

Additional text appended to openntpd.conf.

type: strings concatenated with "\n"
Default
""
Example
''
  listen on 127.0.0.1
  listen on ::1
''
declared in: nixos/modules/services/networking/ntp/openntpd.nixView source on NixOS/nixpkgs →