diff --git a/configuration/services/conduit/matrix-hookshot.nix b/configuration/services/conduit/matrix-hookshot.nix index c0a5766..4b3a7d9 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 = "http://127.0.0.1:9000/webhook"; + urlPrefix = "${cfg.settings.bridge.url}/webhook"; userIdPrefix = "_webhooks_"; };