From 1b91bded2d2800d312503dc0a620025a2d0d8a23 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Mon, 3 Feb 2025 17:57:14 +0100 Subject: [PATCH] Whoops, routers are dynamic configuration --- roles/traefik.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/traefik.nix b/roles/traefik.nix index 3ca8de7..ad96ed2 100644 --- a/roles/traefik.nix +++ b/roles/traefik.nix @@ -111,7 +111,9 @@ }; }; }; + }; + dynamicConfigOptions = { http = { routers = listToAttrs ( map (route: {