From 2ecedc53c99b2d5314fde011556b4dd15cfcaafe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= Date: Mon, 22 Jul 2024 21:25:35 +0200 Subject: [PATCH] hcloud: remove routeConfig --- os/hcloud/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/hcloud/configuration.nix b/os/hcloud/configuration.nix index b568c11..4c3bb40 100644 --- a/os/hcloud/configuration.nix +++ b/os/hcloud/configuration.nix @@ -39,7 +39,7 @@ disko: { inputs, modulesPath, config, lib, ... }: with lib; "${config.mgit.hcloud.auto-network}" ]; routes = [ - { routeConfig.Gateway = "fe80::1"; } + { Gateway = "fe80::1"; } ]; }; })