diff --git a/hosts/defiant/services/matrix/synapse.nix b/hosts/defiant/services/matrix/synapse.nix index 573070b..01222cc 100644 --- a/hosts/defiant/services/matrix/synapse.nix +++ b/hosts/defiant/services/matrix/synapse.nix @@ -88,6 +88,10 @@ localpart_template = "{{ user.preferred_username }}"; display_name_template = "{{ user.name }}"; }; + attribute_requirements = [{ + attribute = "matrix-roles"; + value = "matrix-user"; + }]; backchannel_logout_enabled = true; enable_registration = false; }