From f4e7a44e64a325b0f16254fec80d3a032b1fabbe Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Mon, 13 Jan 2025 15:08:46 +0200 Subject: [PATCH] try this? --- services/social/conduwuit.mod.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/social/conduwuit.mod.nix b/services/social/conduwuit.mod.nix index 64ffd03..be5ef94 100644 --- a/services/social/conduwuit.mod.nix +++ b/services/social/conduwuit.mod.nix @@ -12,7 +12,7 @@ server_name = "collective-conciousness.monster"; max_request_size = 1024 * 1024 * 1024; #address = ["127.0.0.1"]; - port = [7893]; + port = [8448]; # database_path = lib.mkForce "/var/services/conduwuit/"; }; };