Set up a working conduwuit server #2
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue