Skip to content

Commit

Permalink
kbin config: ensurePermissions -> ensureDBOwnership
Browse files Browse the repository at this point in the history
Goes a little towards #126
  • Loading branch information
mightyiam committed Dec 11, 2023
1 parent 1db8ad8 commit 1b29d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/kbin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
ensureUsers = [
{
name = "kbin";
ensurePermissions."DATABASE \"kbin\"" = "ALL PRIVILEGES";
ensureDBOwnership = true;
}
];
ensureDatabases = ["kbin"];
Expand Down

0 comments on commit 1b29d78

Please sign in to comment.