summary refs log tree commit diff
path: root/nixos/tests/sftpgo.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/sftpgo.nix')
-rw-r--r--nixos/tests/sftpgo.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/sftpgo.nix b/nixos/tests/sftpgo.nix
index db0098d2ac4..a5bb1981d2c 100644
--- a/nixos/tests/sftpgo.nix
+++ b/nixos/tests/sftpgo.nix
@@ -156,7 +156,7 @@ in
         ensureDatabases = [ "sftpgo" ];
         ensureUsers = [{
           name = "sftpgo";
-          ensurePermissions."DATABASE sftpgo" = "ALL PRIVILEGES";
+          ensureDBOwnership = true;
         }];
       };