From 87f3f577b18b412e167962e03813008165a7b98c Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 29 Aug 2024 20:28:43 +0200 Subject: [PATCH] remove element due to vulnerbility --- systems/hetzner/matrix.nix | 9 --------- 1 file changed, 9 deletions(-) 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; - }; - }; - }; }; };