networking.search

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
<nixpkgs/nixos/modules/tasks/network-interfaces.nix>