From 03504315250b10351adff35e96738a9f3b57806a Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Sun, 13 Oct 2024 06:46:21 +0200 Subject: [PATCH] bicep/matrix/hookshot: change port --- hosts/bicep/services/matrix/hookshot/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/bicep/services/matrix/hookshot/default.nix b/hosts/bicep/services/matrix/hookshot/default.nix index 6a547c0..df6fc9e 100644 --- a/hosts/bicep/services/matrix/hookshot/default.nix +++ b/hosts/bicep/services/matrix/hookshot/default.nix @@ -3,7 +3,7 @@ let cfg = config.services.matrix-hookshot; webhookListenAddress = "127.0.0.1"; - webhookListenPort = 9000; + webhookListenPort = 8435; in { imports = [