nixos/tests/shadow: test hashedPasswordFile

rnhmjoj 7d6ee8ce 205b56cf

Changed files
+1 -1
nixos
tests
+1 -1
nixos/tests/shadow.nix
···
};
users.berta = {
isNormalUser = true;
-
hashedPassword = hashed_bcrypt;
+
hashedPasswordFile = (pkgs.writeText "hashed_bcrypt" hashed_bcrypt).outPath;
shell = pkgs.bash;
};
users.yesim = {