From 90ab187a15a18dc58404ea64bd6fdc0ba5c8eb2e Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Mon, 13 Jan 2025 14:48:04 +0200 Subject: [PATCH] type error --- services/social/conduit.mod.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/services/social/conduit.mod.nix b/services/social/conduit.mod.nix index 9bb987d..f6accec 100644 --- a/services/social/conduit.mod.nix +++ b/services/social/conduit.mod.nix @@ -11,13 +11,11 @@ settings.global = { server_name = "noƶsphere"; max_request_size = 1024 * 1024 * 1024; - address = "127.0.0.1"; + address = ["127.0.0.1"]; port = 7893; # database_path = lib.mkForce "/var/services/conduwuit/"; }; }; - - systemd.services.conduit.serviceConfig.ExecStart = lib.mkForce (lib.getExe config.services.matrix-conduit.package); # wrong in nixpkgs }) ]; }