From 95c7651fe93fa7b10cfbc58ac01279ef1af5f50a Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Mon, 13 Jan 2025 14:49:04 +0200 Subject: [PATCH] fuck,, another type error --- services/social/conduit.mod.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/social/conduit.mod.nix b/services/social/conduit.mod.nix index f6accec..056d237 100644 --- a/services/social/conduit.mod.nix +++ b/services/social/conduit.mod.nix @@ -12,7 +12,7 @@ server_name = "noƶsphere"; max_request_size = 1024 * 1024 * 1024; address = ["127.0.0.1"]; - port = 7893; + port = [7893]; # database_path = lib.mkForce "/var/services/conduwuit/"; }; };