From 1b29d78a37175ce4ae87c266069a55eed6fc3cc3 Mon Sep 17 00:00:00 2001 From: "Shahar \"Dawn\" Or" Date: Mon, 11 Dec 2023 20:23:16 +0700 Subject: [PATCH] kbin config: ensurePermissions -> ensureDBOwnership Goes a little towards #126 --- configs/kbin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/kbin/default.nix b/configs/kbin/default.nix index 43802a4c..3d262eb1 100644 --- a/configs/kbin/default.nix +++ b/configs/kbin/default.nix @@ -13,7 +13,7 @@ ensureUsers = [ { name = "kbin"; - ensurePermissions."DATABASE \"kbin\"" = "ALL PRIVILEGES"; + ensureDBOwnership = true; } ]; ensureDatabases = ["kbin"];