From 1fca5bddf98ac339eb242badc50415072fafa987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 11 Oct 2023 22:24:13 +0200 Subject: [PATCH] jabber: cleanup syntax, fix missing ipv6 caused by copy paste error --- hosts/jabber/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/jabber/default.nix b/hosts/jabber/default.nix index 7516063d..de6b1277 100644 --- a/hosts/jabber/default.nix +++ b/hosts/jabber/default.nix @@ -187,7 +187,7 @@ in firewall_scripts = { "${prosodyFirewall}" } - trusted_proxies = { "127.0.0.1", "::1", "${hostRegistry.public-access-proxy.ip4}", "${hostRegistry.public-access-proxy.ip4}", } + trusted_proxies = { "127.0.0.1", "::1", "${hostRegistry.public-access-proxy.ip4}", "${hostRegistry.public-access-proxy.ip6}" } http_default_host = "${domain}" http_host = "${domain}" http_external_url = "https://${domain}/"