feat(services/synapse): disable whitelist
Some checks failed
Nix CI / build (push) Failing after 30s
Some checks failed
Nix CI / build (push) Failing after 30s
This commit is contained in:
parent
9f05dba715
commit
3ac2366e39
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ mkIf enable {
|
||||||
enable_registration_without_verification = false;
|
enable_registration_without_verification = false;
|
||||||
|
|
||||||
allow_public_rooms_over_federation = true;
|
allow_public_rooms_over_federation = true;
|
||||||
federation_domain_whitelist = [ ];
|
federation_domain_whitelist = null;
|
||||||
|
|
||||||
allow_public_rooms_without_auth = true;
|
allow_public_rooms_without_auth = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue