core-01: fix ipv4 routing issue

This commit is contained in:
sinavir 2023-02-24 10:56:54 +01:00
parent 3f2e795b0e
commit deffb8e1fc

View file

@ -29,8 +29,15 @@ in
"10-ens20" = {
name = "ens20";
address = my.ipv4InternalFull;
DHCP = "ipv4";
dhcpV4Config.RouteMetric = 2048;
routes = [
{
routeConfig = {
Destination = "10.0.0.0/8";
};
}
];
};
};
}