Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2022-09-19 22:38:38 +02:00
parent d49488cbe8
commit 410e85433a
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -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 =
[
{