feat(services/synapse): disable whitelist
Some checks failed
Nix CI / build (push) Failing after 30s

This commit is contained in:
Rustam Efimov 2026-04-14 19:12:43 +03:00
parent 9f05dba715
commit 3ac2366e39
No known key found for this signature in database

View file

@ -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;