Skip to content

Commit

Permalink
Fix nix module by removing ensurePermissions
Browse files Browse the repository at this point in the history
  • Loading branch information
storvik committed Mar 26, 2024
1 parent 5ba083f commit a31869a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nix/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,7 @@ in
ensureUsers = [
{
name = cfg.database.user;
ensurePermissions = {
"DATABASE ${cfg.database.name}" = "ALL PRIVILEGES";
};
ensureDBOwnership = true;
}
];
};
Expand Down

0 comments on commit a31869a

Please sign in to comment.