diff --git a/configuration/services/conduit/matrix-hookshot.nix b/configuration/services/conduit/matrix-hookshot.nix index 4b3a7d9..c0a5766 100644 --- a/configuration/services/conduit/matrix-hookshot.nix +++ b/configuration/services/conduit/matrix-hookshot.nix @@ -88,7 +88,7 @@ in enabled = true; outbound = false; # Only allow webhooks from localhost for the moment - urlPrefix = "${cfg.settings.bridge.url}/webhook"; + urlPrefix = "http://127.0.0.1:9000/webhook"; userIdPrefix = "_webhooks_"; };