summary refs log tree commit diff
path: root/nixos/tests/dex-oidc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/dex-oidc.nix')
-rw-r--r--nixos/tests/dex-oidc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/dex-oidc.nix b/nixos/tests/dex-oidc.nix
index 37275a97ef0..e54ae18ca93 100644
--- a/nixos/tests/dex-oidc.nix
+++ b/nixos/tests/dex-oidc.nix
@@ -49,7 +49,7 @@ import ./make-test-python.nix ({ lib, ... }: {
       ensureUsers = [
         {
           name = "dex";
-          ensurePermissions = { "DATABASE dex" = "ALL PRIVILEGES"; };
+          ensureDBOwnership = true;
         }
       ];
     };