services.nsd.interfaces

NixOS option

What addresses the server should listen to.

type: list of string
Default
[
  "127.0.0.0"
  "::1"
]
declared in: nixos/modules/services/networking/nsd.nixView source on NixOS/nixpkgs →