services.bind.extraArgs

NixOS option

Additional command-line arguments to pass to named.

type: list of string
Default
[ ]
Example
[
  "-n"
  "4"
]
declared in: nixos/modules/services/networking/bind.nixView source on NixOS/nixpkgs →