feat(networking): enable IPv6 RA

This commit is contained in:
Felix Schröter 2025-05-10 21:26:33 +02:00
parent 8c58b35813
commit ab086bc49b
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -40,7 +40,10 @@ in
networks = {
"10-lan" = {
matchConfig.Name = interfaces.eth;
networkConfig.DHCP = "yes";
networkConfig = {
DHCP = true;
IPv6AcceptRA = true;
};
};
};
};