From 88673b582e76358b3dfe945bf2b8271897f5ad8f Mon Sep 17 00:00:00 2001 From: eyjhb Date: Mon, 30 Dec 2024 22:55:55 +0100 Subject: [PATCH] platforms.hetzner: fixed networkd warnings --- shared/platforms/hetzner.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/platforms/hetzner.nix b/shared/platforms/hetzner.nix index dc36f9a..ce5416a 100644 --- a/shared/platforms/hetzner.nix +++ b/shared/platforms/hetzner.nix @@ -57,8 +57,8 @@ in { ]; routes = [ - {routeConfig = {Destination = "172.31.1.1";};} - {routeConfig = {Destination = "fe80::1";};} + { Destination = "172.31.1.1"; } + { Destination = "fe80::1"; } ]; };