From 464c4235405dff1b235586a2b4dd1b94367a4f71 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Sun, 5 Sep 2021 19:46:18 -0400 Subject: [PATCH] fix jitsi? --- common/server/matrix.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/common/server/matrix.nix b/common/server/matrix.nix index ba77192..57aa899 100644 --- a/common/server/matrix.nix +++ b/common/server/matrix.nix @@ -204,6 +204,14 @@ in { }; doNotStoreRoom = true; }; + interfaceConfig = { + SHOW_JITSI_WATERMARK = false; + SHOW_WATERMARK_FOR_GUESTS = false; + }; + }; + services.jitsi-videobridge = lib.mkIf cfg.jitsi-meet.enable { + enable = true; + openFirewall = true; }; }; } \ No newline at end of file