networking.resolvconf.extraOptions

NixOS option

Set the options in /etc/resolv.conf.

type: list of string
Default
[ ]
Example
[
  "ndots:1"
  "rotate"
]
declared in: nixos/modules/config/resolvconf.nixView source on NixOS/nixpkgs →