From eed3c9b05fdcf7bc3f45228042e522336061c256 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Mon, 13 Feb 2023 03:15:29 +0100 Subject: [PATCH] matrix: Point mjolnir directly at synapse so it can use the admin api --- hosts/jokum/services/matrix/mjolnir.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/jokum/services/matrix/mjolnir.nix b/hosts/jokum/services/matrix/mjolnir.nix index e1611b7..307b8cb 100644 --- a/hosts/jokum/services/matrix/mjolnir.nix +++ b/hosts/jokum/services/matrix/mjolnir.nix @@ -9,7 +9,7 @@ services.mjolnir = { enable = true; pantalaimon.enable = false; - homeserverUrl = config.services.matrix-synapse-next.settings.public_baseurl; + homeserverUrl = http://127.0.0.1:8008; accessTokenFile = config.sops.secrets."matrix/mjolnir/access_token".path; managementRoom = "!gsdeCoWjvYRBrzuiRq:pvv.ntnu.no"; protectedRooms = map (a: "https://matrix.to/#/${a}") [