From 4c7e07241ba592c0631c2c4d7847efee40581980 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 25 Mar 2021 14:24:29 +0100 Subject: [PATCH] element: move from element.matrix.hacc.space to element.hacc.space --- hosts/hainich/services/matrix-synapse.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/hainich/services/matrix-synapse.nix b/hosts/hainich/services/matrix-synapse.nix index 49151da..1b60a54 100644 --- a/hosts/hainich/services/matrix-synapse.nix +++ b/hosts/hainich/services/matrix-synapse.nix @@ -65,12 +65,9 @@ # the element web client for our matrix server. - "element.matrix.hacc.space" = { + "element.hacc.space" = { enableACME = true; forceSSL = true; - serverAliases = [ - "element.hacc.space" - ]; root = pkgs.element-web.override { conf = { # the base_url here must be identical to the one on hacc.space/.well-known above.