remove element due to vulnerbility

This commit is contained in:
Johannes Jöns 2024-08-29 20:28:43 +02:00
parent 752f5aaf26
commit 87f3f577b1

View file

@ -36,15 +36,6 @@ in
locations."/_matrix".proxyPass = "http://[::1]:8448";
locations."/_synapse/client".proxyPass = "http://[::1]:8448";
};
"element.missing.ninja" = {
enableACME = true;
forceSSL = true;
root = pkgs.element-web.override {
conf = {
default_server_config = clientConfig;
};
};
};
};
};