platforms.hetzner: fixed networkd warnings

This commit is contained in:
eyjhb 2024-12-30 22:55:55 +01:00
parent 98408e1970
commit 88673b582e
No known key found for this signature in database
GPG key ID: 609F508E3239F920

View file

@ -57,8 +57,8 @@ in {
]; ];
routes = [ routes = [
{routeConfig = {Destination = "172.31.1.1";};} { Destination = "172.31.1.1"; }
{routeConfig = {Destination = "fe80::1";};} { Destination = "fe80::1"; }
]; ];
}; };