EnsureDBOwnership
This commit is contained in:
parent
ccd1c8c15e
commit
6bdfe1ad0e
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ with lib; {
|
||||||
ensureUsers = [
|
ensureUsers = [
|
||||||
{
|
{
|
||||||
name = cfg.user;
|
name = cfg.user;
|
||||||
ensurePermissions = {"DATABASE \"regalade\"" = "ALL PRIVILEGES";};
|
ensureDBOwnership = true;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
ensureDatabases = ["regalade"];
|
ensureDatabases = ["regalade"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue