From c683e2184aa4d6bda22492ab5951f4ce794160d6 Mon Sep 17 00:00:00 2001 From: h7x4 <h7x4@nani.wtf> Date: Sun, 16 Mar 2025 20:40:07 +0100 Subject: [PATCH] kommode/gitea: allow ildkule's ipv6 address to read metrics --- hosts/kommode/services/gitea/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/kommode/services/gitea/default.nix b/hosts/kommode/services/gitea/default.nix index b61181d..53ec27f 100644 --- a/hosts/kommode/services/gitea/default.nix +++ b/hosts/kommode/services/gitea/default.nix @@ -159,6 +159,7 @@ in { proxyPass = "http://unix:${cfg.settings.server.HTTP_ADDR}"; extraConfig = '' allow ${values.hosts.ildkule.ipv4}/32; + allow ${values.hosts.ildkule.ipv6}/128; deny all; ''; };