From dc45ed882f01743f564e4d478a62c23b15e7a63e Mon Sep 17 00:00:00 2001 From: Lzebulon Date: Mon, 27 Jan 2025 01:15:17 +0100 Subject: [PATCH] fix port --- modules/services/matrix-appservice-irc.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/services/matrix-appservice-irc.nix b/modules/services/matrix-appservice-irc.nix index 5c70b30..349bfa9 100644 --- a/modules/services/matrix-appservice-irc.nix +++ b/modules/services/matrix-appservice-irc.nix @@ -40,6 +40,8 @@ in enable = true; registrationUrl = "http://localhost:9999"; + port = 9999; + settings = { homeserver = { url = "https://matrix.crans.org:443";