ovh: also remove deprecated attrs here
This commit is contained in:
parent
c567e7daf6
commit
1434aa07d9
1 changed files with 3 additions and 5 deletions
|
@ -38,10 +38,8 @@
|
|||
gateway = [ publicIPV4.gateway ];
|
||||
routes = [
|
||||
{
|
||||
routeConfig = {
|
||||
Gateway = publicIPV6.gateway;
|
||||
GatewayOnLink = true;
|
||||
};
|
||||
Gateway = publicIPV6.gateway;
|
||||
GatewayOnLink = true;
|
||||
}
|
||||
];
|
||||
dns = [
|
||||
|
@ -56,7 +54,7 @@
|
|||
matchConfig = { Name = "eno4"; };
|
||||
address = [ "${internalIPV4}/16" ];
|
||||
routes = [
|
||||
{ routeConfig = { Destination = "${internalIPV4}/16"; }; }
|
||||
{ Destination = "${internalIPV4}/16"; }
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue