migrate to ensureDBOwnership

This commit is contained in:
Daniel Lovbrotte Olsen 2024-06-01 11:11:14 +02:00
parent 6c9b67974b
commit 61b366f5f6
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ in
ensureDatabases = [ "matrix-sliding-sync" ];
ensureUsers = [ rec {
name = "matrix-sliding-sync";
ensurePermissions."DATABASE \"${name}\"" = "ALL PRIVILEGES";
ensureDBOwnership = true;
} ];
};