networking.search

NixOS option

The list of domain search paths that are considered for resolving hostnames with fewer dots than configured in the ndots option, which defaults to 1 if unset.

type: list of string
Default
[ ]
Example
[
  "example.com"
  "home.arpa"
]
declared in: nixos/modules/tasks/network-interfaces.nixView source on NixOS/nixpkgs →