From ce11c5c88255ce947825afc8aa9e8ec38be8c096 Mon Sep 17 00:00:00 2001 From: rotterdam Date: Tue, 28 Mar 2023 19:29:31 -0300 Subject: [PATCH] disable conduit encryption --- hosts/servers/alexandria/matrix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/servers/alexandria/matrix.nix b/hosts/servers/alexandria/matrix.nix index 4ee39e8..05b6f6a 100644 --- a/hosts/servers/alexandria/matrix.nix +++ b/hosts/servers/alexandria/matrix.nix @@ -13,7 +13,7 @@ port = 6167; max_request_size = 20000000; allow_registration = true; - allow_encryption = true; + allow_encryption = false; allow_federation = false; }; };