diff --git a/systems/hetzner/matrix.nix b/systems/hetzner/matrix.nix index 4806209..a866989 100644 --- a/systems/hetzner/matrix.nix +++ b/systems/hetzner/matrix.nix @@ -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; - }; - }; - }; }; };