From 64ffe793809f06ee404ecae8b49b5ba7c077e6c6 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 26 Nov 2023 02:10:32 -0500 Subject: [PATCH] conduit: enable federation --- hosts/sakura/services/conduit.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sakura/services/conduit.nix b/hosts/sakura/services/conduit.nix index 8e45615..7faef8c 100644 --- a/hosts/sakura/services/conduit.nix +++ b/hosts/sakura/services/conduit.nix @@ -7,7 +7,7 @@ _: { address = "0.0.0.0"; server_name = "matrix.flake.sh"; allow_registration = true; - allow_federation = false; + allow_federation = true; allow_encryption = true; log = "warn"; max_concurrent_requests = 100;