platforms.hetzner: fixed networkd warnings
This commit is contained in:
parent
98408e1970
commit
88673b582e
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ in {
|
|||
];
|
||||
|
||||
routes = [
|
||||
{routeConfig = {Destination = "172.31.1.1";};}
|
||||
{routeConfig = {Destination = "fe80::1";};}
|
||||
{ Destination = "172.31.1.1"; }
|
||||
{ Destination = "fe80::1"; }
|
||||
];
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue