Home: Fix ipv6.

This commit is contained in:
Dmitry Voronin 2024-11-29 09:41:15 +03:00
parent d503b7ee9e
commit 05b5b20f0f
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -40,7 +40,7 @@ in {
networkConfig = {
DHCP = "yes";
DNS = "1.1.1.1";
IPv6AcceptRA = false;
IPv6AcceptRA = true;
IPv6SendRA = false;
DHCPPrefixDelegation = true;
};
@ -92,7 +92,7 @@ in {
networkConfig = {
DHCPPrefixDelegation = true;
IPv6AcceptRA = false;
IPv6SendRA = true;
IPv6SendRA = true;
};
ipv6SendRAConfig = {
# EmitDNS = false;