EnsureDBOwnership
Some checks failed
/ tests (push) Has been cancelled

This commit is contained in:
traxys 2023-12-05 23:17:14 +01:00
parent 2225d626b9
commit e4013ec974

View file

@ -135,7 +135,7 @@ with lib; {
ensureUsers = [
{
name = cfg.user;
ensurePermissions = {"DATABASE \"stalwart-accounts\"" = "ALL PRIVILEGES";};
ensureDBOwnership = true;
}
];
ensureDatabases = ["stalwart-accounts"];