matrix: update configuration options
This commit is contained in:
parent
51ae6d2df5
commit
e6e9e943a2
|
@ -129,11 +129,7 @@
|
|||
ensureUsers = [
|
||||
{
|
||||
name = "matrix-synapse"; # Ensure the database user persists
|
||||
ensurePermissions = {
|
||||
# Ensure the database permissions persist
|
||||
"DATABASE \"matrix-synapse\"" = "ALL PRIVILEGES";
|
||||
"ALL TABLES IN SCHEMA public" = "ALL PRIVILEGES";
|
||||
};
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
];
|
||||
# Initial database creation
|
||||
|
|
Loading…
Reference in a new issue