remove broken irc bridge

This commit is contained in:
zuckerberg 2021-05-21 08:58:21 -04:00
parent 64f782744f
commit 2f1a1664da

View File

@ -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;