From 3bc33b75994eed4f7851a5adc246dd695f94a65d Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Mon, 13 Jan 2025 15:22:32 +0200 Subject: [PATCH] if it's this i will be slightly annoyed --- 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..8b523f9 100644 --- a/services/social/conduwuit.mod.nix +++ b/services/social/conduwuit.mod.nix @@ -11,7 +11,7 @@ settings.global = { server_name = "collective-conciousness.monster"; max_request_size = 1024 * 1024 * 1024; - #address = ["127.0.0.1"]; + address = ["0.0.0.0"]; port = [7893]; # database_path = lib.mkForce "/var/services/conduwuit/"; };