summary refs log tree commit diff
path: root/nixos/tests/freshrss-pgsql.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/freshrss-pgsql.nix')
-rw-r--r--nixos/tests/freshrss-pgsql.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/tests/freshrss-pgsql.nix b/nixos/tests/freshrss-pgsql.nix
index 055bd51ed43..c685f4a8159 100644
--- a/nixos/tests/freshrss-pgsql.nix
+++ b/nixos/tests/freshrss-pgsql.nix
@@ -22,9 +22,7 @@ import ./make-test-python.nix ({ lib, pkgs, ... }: {
       ensureUsers = [
         {
           name = "freshrss";
-          ensurePermissions = {
-            "DATABASE freshrss" = "ALL PRIVILEGES";
-          };
+          ensureDBOwnership = true;
         }
       ];
       initialScript = pkgs.writeText "postgresql-password" ''