nixos/pgadmin: apply review suggestions

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2024-01-11 10:34:37 +01:00
parent 010a6250db
commit bc21d288f4
2 changed files with 6 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }:
enable = true;
initialEmail = "bruh@localhost.de";
initialPasswordFile = pkgs.writeText "pw" "bruh2012!";
passwordLength = 12;
minimumPasswordLength = 12;
};
};
};