fix conduit settings
This commit is contained in:
parent
7d3c84d683
commit
3e44b5adb8
1 changed files with 2 additions and 2 deletions
|
|
@ -47,10 +47,10 @@ in
|
||||||
|
|
||||||
package = pkgs.unstable.conduit;
|
package = pkgs.unstable.conduit;
|
||||||
|
|
||||||
global.allow_federation = false;
|
|
||||||
global.allow_registration = true;
|
|
||||||
|
|
||||||
settings.global = {
|
settings.global = {
|
||||||
|
allow_federation = false;
|
||||||
|
allow_registration = true;
|
||||||
inherit server_name;
|
inherit server_name;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue