mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
nixos/tests/shadow: test hashedPasswordFile
This commit is contained in:
parent
205b56cffc
commit
7d6ee8ce1e
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user