Set up a working conduwuit server #2

Merged
Ittihadyya merged 22 commits from conduit into trunk 2025-01-13 19:24:42 +02:00
Showing only changes of commit 90ab187a15 - Show all commits

View file

@ -11,13 +11,11 @@
settings.global = { settings.global = {
server_name = "noösphere"; server_name = "noösphere";
max_request_size = 1024 * 1024 * 1024; max_request_size = 1024 * 1024 * 1024;
address = "127.0.0.1"; address = ["127.0.0.1"];
port = 7893; port = 7893;
# database_path = lib.mkForce "/var/services/conduwuit/"; # database_path = lib.mkForce "/var/services/conduwuit/";
}; };
}; };
systemd.services.conduit.serviceConfig.ExecStart = lib.mkForce (lib.getExe config.services.matrix-conduit.package); # wrong in nixpkgs
}) })
]; ];
} }