overlay: default.network: Enable UseDomains

For whatever reason, _systemd-networkd_ does not resepect the DNS domain
search list sent by the DHCP server by default.  This means single-label
name lookups will fail in most cases.
dev/gentoo
Dustin 2024-12-13 19:30:56 -06:00
parent c2e85681a8
commit c35b7cfb72
1 changed files with 6 additions and 0 deletions

View File

@ -3,3 +3,9 @@ Type=ether
[Network] [Network]
DHCP=yes DHCP=yes
[DHCPv4]
UseDomains=yes
[DHCPv6]
UseDomains=yes