services.resolved.domains
A list of domains. These domains are used as search suffixes when resolving single-label host names (domain names which contain no dot), in order to qualify them into fully-qualified domain names (FQDNs).
For compatibility reasons, if this setting is not specified, the search domains listed in /etc/resolv.conf are used instead, if that file exists and any domains are configured in it.
- Type
list of string- Default
config.networking.search- Example
[ "example.com" ]- Declared
- <nixpkgs/nixos/modules/system/boot/resolved.nix>