chore: homelab - use proxyGateway's dns service

This commit is contained in:
Ryan Yin
2026-03-26 13:29:29 +08:00
parent d2590d3653
commit f398c44307
5 changed files with 16 additions and 9 deletions

View File

@@ -60,7 +60,8 @@ in
matchConfig.Name = [ iface ];
networkConfig = {
Address = [ ipv4WithMask ];
DNS = nameservers;
# DNS = nameservers;
DNS = [ proxyGateway ];
DHCP = "ipv6"; # enable DHCPv6 only, so we can get a GUA.
IPv6AcceptRA = true; # for Stateless IPv6 Autoconfiguraton (SLAAC)
LinkLocalAddressing = "ipv6";