From 2f1a1664dae1b6dcb9742f243cd8eba2272370ab Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Fri, 21 May 2021 08:58:21 -0400 Subject: [PATCH] remove broken irc bridge --- common/server/matrix.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/common/server/matrix.nix b/common/server/matrix.nix index 3a1c7ad..29289da 100644 --- a/common/server/matrix.nix +++ b/common/server/matrix.nix @@ -141,12 +141,6 @@ in { forceSSL = true; }; - virtualHosts.${cfg.irc-bridge.host} = { - enableACME = true; - forceSSL = true; - locations."/".proxyPass = "http://localhost:${toString cfg.irc-bridge.port}"; - }; - virtualHosts.${cfg.element-web.host} = lib.mkIf cfg.element-web.enable { enableACME = true; forceSSL = true;