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; }; };