tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/tests/shadow: test hashedPasswordFile
rnhmjoj
2 years ago
7d6ee8ce
205b56cf
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
tests
shadow.nix
+1
-1
nixos/tests/shadow.nix
···
32
32
};
33
33
users.berta = {
34
34
isNormalUser = true;
35
35
-
hashedPassword = hashed_bcrypt;
35
35
+
hashedPasswordFile = (pkgs.writeText "hashed_bcrypt" hashed_bcrypt).outPath;
36
36
shell = pkgs.bash;
37
37
};
38
38
users.yesim = {