bicep/matrix/hookshot: change port

This commit is contained in:
Daniel Lovbrotte Olsen 2024-10-13 06:46:21 +02:00
parent b6694831fe
commit 0350431525

View File

@ -3,7 +3,7 @@
let
cfg = config.services.matrix-hookshot;
webhookListenAddress = "127.0.0.1";
webhookListenPort = 9000;
webhookListenPort = 8435;
in
{
imports = [