fix conduit settings

This commit is contained in:
rotterdam 2023-03-28 17:58:48 -03:00
parent 7d3c84d683
commit 3e44b5adb8

View file

@ -47,10 +47,10 @@ in
package = pkgs.unstable.conduit;
global.allow_federation = false;
global.allow_registration = true;
settings.global = {
allow_federation = false;
allow_registration = true;
inherit server_name;
};
};