underlay: Remove underlay dns servers

This commit is contained in:
SebastianStork 2026-03-03 14:44:53 +01:00
parent 4721da9b3a
commit 5fd78c276b
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -56,11 +56,6 @@ in
Gateway = cfg.gateway;
GatewayOnLink = true;
};
dns = lib.mkIf (!cfg.useDhcp) [
"1.1.1.1#cloudflare-dns.com"
"8.8.8.8#dns.google"
"9.9.9.9#dns.quad9.net"
];
};
};