From b4bb6666ac1a73e0e4088531c0bb97538bcb8f6b Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Mon, 13 Jan 2025 18:22:54 +0200 Subject: [PATCH] oop --- services/social/conduwuit.mod.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/"; }; };