home-assistant: try to fix DHCP

This commit is contained in:
Sandro - 2024-02-04 21:57:00 +01:00
parent b31a5bf5d8
commit d2174e5915
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 3 additions and 1 deletions

View File

@ -24,10 +24,12 @@ in
linkConfig.Name = "c3d2";
};
networks."40-c3d2" = {
dhcpV4Config.UseRoutes = "no";
matchConfig.MACAddress = c3d2MacAddress;
networkConfig = {
LinkLocalAddressing = "yes";
DHCP = "yes";
IPv6AcceptRA = "no";
LinkLocalAddressing = "yes";
};
};
};