From 1191e9c39c4b75e7db1fba1b8f1ff0fca2dfbc0a Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sat, 14 Feb 2026 12:36:14 -0700 Subject: [PATCH] Added some extra config back in for tuwunel --- modules/matrix.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/matrix.nix b/modules/matrix.nix index 8f02c3d..7b2148a 100644 --- a/modules/matrix.nix +++ b/modules/matrix.nix @@ -33,6 +33,16 @@ in "fc00::/7" ]; + zstd_compression = true; + gzip_compression = true; + brotli_compression = true; + + url_preview_domain_contains_allowlist = [ "*" ]; + + allow_local_presence = true; + allow_incoming_presence = true; + allow_outgoing_presence = true; + well_known = { server = "${matrixDomain}:443"; client = "https://${matrixDomain}";