something weird is going on, try this?
Some checks are pending
/ Check formatting (push) Waiting to run

This commit is contained in:
Ittihadyya 2025-01-13 15:06:07 +02:00
parent 72cc84f1dc
commit adbd18e34d

View file

@ -11,7 +11,7 @@
settings.global = { settings.global = {
server_name = "collective-conciousness.monster"; server_name = "collective-conciousness.monster";
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/";
}; };