add ipv6 support for eno2

This commit is contained in:
ulic-youthlic 2025-03-14 01:33:02 +08:00
parent 9ea6c7cbf9
commit 4e7a958621
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -20,10 +20,10 @@
} }
]; ];
matchConfig.Name = "eno2"; matchConfig.Name = "eno2";
# networkConfig = { networkConfig = {
# DHCP = "yes"; DHCP = "yes";
# IPv6AcceptRA = true; IPv6AcceptRA = true;
# }; };
}; };
}; };
}; };