nixos/tests/shadow: test hashedPasswordFile

This commit is contained in:
rnhmjoj 2023-09-13 17:00:05 +02:00
parent 205b56cffc
commit 7d6ee8ce1e
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -32,7 +32,7 @@ in import ./make-test-python.nix ({ pkgs, ... }: {
};
users.berta = {
isNormalUser = true;
hashedPassword = hashed_bcrypt;
hashedPasswordFile = (pkgs.writeText "hashed_bcrypt" hashed_bcrypt).outPath;
shell = pkgs.bash;
};
users.yesim = {