disable privacyextension on jupiter

This commit is contained in:
2025-12-23 09:37:50 +01:00
parent bebe13d760
commit ef662a0cab

View File

@@ -199,6 +199,17 @@
networkConfig = {
DHCP = "yes";
IPv6AcceptRA = true;
IPv6PrivacyExtensions=false;
};
ipv6AcceptRAConfig = {
DHCPv6Client = "always";
UseDNS = true;
};
dhcpV4Config = {
UseDNS = true;
};
dhcpV6Config = {
UseDNS = true;
};
};
};