mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-25 09:36:14 +01:00
wip
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
d49488cbe8
commit
410e85433a
|
@ -46,8 +46,6 @@ nglib.makeSystem {
|
|||
handlers = [ "console" ];
|
||||
};
|
||||
|
||||
enable_registration = true;
|
||||
enable_registration_without_verification = true;
|
||||
disable_existing_loggers = false;
|
||||
};
|
||||
synapseConfig = (pkgs.formats.yaml {}).generate "conduit.yaml"
|
||||
|
@ -55,6 +53,10 @@ nglib.makeSystem {
|
|||
server_name = "matrix.redalder.org";
|
||||
report_stats = "yes";
|
||||
pid_file = "/homeserver.pid";
|
||||
|
||||
enable_registration = true;
|
||||
enable_registration_without_verification = true;
|
||||
|
||||
listeners =
|
||||
[
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue