chore: replace deprecated postgresql ensurePermissions
This commit is contained in:
parent
65a095398e
commit
b99836ebb3
4 changed files with 4 additions and 4 deletions
services/matrix
|
@ -71,7 +71,7 @@ in {
|
|||
services.postgresql = {
|
||||
ensureUsers = [{
|
||||
name = "dendrite";
|
||||
ensurePermissions = { "DATABASE dendrite" = "ALL PRIVILEGES"; };
|
||||
ensureDBOwnership = true;
|
||||
}];
|
||||
ensureDatabases = [ "dendrite" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue