diff --git a/services/social/conduwuit.mod.nix b/services/social/conduwuit.mod.nix index 230c8aa..d3b0044 100644 --- a/services/social/conduwuit.mod.nix +++ b/services/social/conduwuit.mod.nix @@ -13,10 +13,11 @@ max_request_size = 1024 * 1024 * 1024; address = ["0.0.0.0"]; port = [7893]; - well-known = { + /* well-known = { client = "https://matrix.collective-conciousness.monster"; server = "collective-conciousness.monster:8448"; }; + */ # database_path = lib.mkForce "/var/services/conduwuit/"; }; };