fix: fixed dns config
This commit is contained in:
parent
a53ad9030d
commit
0ba9860746
|
@ -16,7 +16,14 @@
|
||||||
dhcpV4Config.UseDNS = false;
|
dhcpV4Config.UseDNS = false;
|
||||||
ipv6AcceptRAConfig.UseDNS = false;
|
ipv6AcceptRAConfig.UseDNS = false;
|
||||||
networkConfig = {
|
networkConfig = {
|
||||||
IPv6PrivacyExtensions = "yes";
|
MulticastDNS = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
"40-lan01" = {
|
||||||
|
dhcpV6Config.UseDNS = false;
|
||||||
|
dhcpV4Config.UseDNS = false;
|
||||||
|
ipv6AcceptRAConfig.UseDNS = false;
|
||||||
|
networkConfig = {
|
||||||
MulticastDNS = true;
|
MulticastDNS = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -31,6 +38,7 @@
|
||||||
matchConfig.MACAddress = config.secrets.secrets.local.networking.interfaces.lan01.mac;
|
matchConfig.MACAddress = config.secrets.secrets.local.networking.interfaces.lan01.mac;
|
||||||
dhcpV6Config.UseDNS = false;
|
dhcpV6Config.UseDNS = false;
|
||||||
dhcpV4Config.UseDNS = false;
|
dhcpV4Config.UseDNS = false;
|
||||||
|
ipv6AcceptRAConfig.UseDNS = false;
|
||||||
networkConfig = {
|
networkConfig = {
|
||||||
IPv6PrivacyExtensions = "yes";
|
IPv6PrivacyExtensions = "yes";
|
||||||
MulticastDNS = true;
|
MulticastDNS = true;
|
||||||
|
|
Loading…
Reference in a new issue