From b4937f539dfb712ca737f6863116682632024ef0 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 15 Jul 2020 20:51:56 +0200 Subject: [PATCH] Another shot --- nixos/roles/matrix-synapse.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/roles/matrix-synapse.nix b/nixos/roles/matrix-synapse.nix index c4bc7124..08aad9b3 100644 --- a/nixos/roles/matrix-synapse.nix +++ b/nixos/roles/matrix-synapse.nix @@ -16,7 +16,7 @@ in { ''; "/.well-known/matrix/client".extraConfig = '' default_type application/json; - return 200 "{\"m.homeserver\": \"https://matrix.maralorn.de\"}"; + return 200 "{\"m.homeserver\": { \"base_url\":\"https://matrix.maralorn.de\"} }"; ''; }; extraConfig = "