From d3da8933bb81950f852c2ab040d65921d68f0201 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Fri, 9 Dec 2022 15:58:40 +0100 Subject: [PATCH] services/synapse: expose room directory over federation --- services/matrix/synapse.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/matrix/synapse.nix b/services/matrix/synapse.nix index d06bafa..f03286e 100644 --- a/services/matrix/synapse.nix +++ b/services/matrix/synapse.nix @@ -47,6 +47,8 @@ in { "#general:pvv.ntnu.no" ]; + allow_public_rooms_over_federation = true; + max_upload_size = "150M"; enable_metrics = true;