From 587bd3d10522e46d3ba8acad4a12fc8fac956430 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 29 Aug 2024 20:29:32 +0200 Subject: [PATCH] renable --- systems/hetzner/matrix.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systems/hetzner/matrix.nix b/systems/hetzner/matrix.nix index a866989..4806209 100644 --- a/systems/hetzner/matrix.nix +++ b/systems/hetzner/matrix.nix @@ -36,6 +36,15 @@ 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; + }; + }; + }; }; };