From fac89375719510d373f7448161c908749832a316 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Fri, 11 Nov 2022 19:10:38 +0100 Subject: [PATCH] prowlarr: Use 127.0.0.1 instead of localhost, avoiding ipv6 listening adddress --- hosts/architect/prowlarr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/architect/prowlarr.nix b/hosts/architect/prowlarr.nix index 9120239..89deda2 100644 --- a/hosts/architect/prowlarr.nix +++ b/hosts/architect/prowlarr.nix @@ -11,7 +11,7 @@ in { forceSSL = true; enableACME = true; locations."/" = { - proxyPass = "http://localhost:9696"; + proxyPass = "http://127.0.0.1:9696"; extraConfig = '' allow 10.0.0.0/24; ${lib.concatMapStrings (x: "allow ${x};") network.gdevices-wg}