From b9d6ff7e1020598a340ce0412f35afb52f81a14e Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Wed, 5 Feb 2025 21:05:18 +0100 Subject: [PATCH] Add infra tag to all traefik hosts --- roles/traefik.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/traefik.nix b/roles/traefik.nix index 094be8e..b4be4f2 100644 --- a/roles/traefik.nix +++ b/roles/traefik.nix @@ -37,6 +37,7 @@ routes = roleRoutes ++ hostRoutes; in { + deployment.tags = [ "infra" ]; networking.firewall.allowedTCPPorts = [ 80 443