From 334544c21cbf3b63d6a018b260b07ec99a2f103e Mon Sep 17 00:00:00 2001 From: Lucy Hochkamp Date: Fri, 15 Mar 2024 01:57:31 +0100 Subject: [PATCH] a --- hosts/ds9/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/ds9/default.nix b/hosts/ds9/default.nix index 00831993..f48cca66 100644 --- a/hosts/ds9/default.nix +++ b/hosts/ds9/default.nix @@ -318,6 +318,7 @@ in services.nginx.virtualHosts."bzzt.hailsatan.eu" = { useACMEHost = "hailsatan.eu"; forceSSL = true; + listenAddresses = [ "0.0.0.0" "[::0]" "100.83.96.25" ]; locations = { "/".proxyPass = "http://127.0.0.1:5002"; "/".proxyWebsockets = true;