Added enable_group_creation
This commit is contained in:
parent
1a41110966
commit
cd5a62bdd2
|
@ -42,6 +42,9 @@
|
|||
"turn:turn.mcwhirter.io:5350?transport=tcp"
|
||||
];
|
||||
url_preview_enabled = true;
|
||||
extraConfig = ''
|
||||
enable_group_creation: true # Allow users to create communities
|
||||
'';
|
||||
};
|
||||
|
||||
nginx = {
|
||||
|
@ -106,7 +109,8 @@
|
|||
{
|
||||
name = "matrix-synapse"; # Ensure the database user persists
|
||||
ensurePermissions = { # Ensure the database permissions persist
|
||||
"DATABASE \"matrix-synapse\"" = "ALL PRIVILEGES";
|
||||
#"DATABASE \"matrix-synapse\"" = "ALL PRIVILEGES";
|
||||
#"ALL TABLES IN SCHEMA public" = "ALL PRIVILEGES";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue