lol

nixos/tests/shadow: test hashedPasswordFile

rnhmjoj 7d6ee8ce 205b56cf

+1 -1
+1 -1
nixos/tests/shadow.nix
··· 32 32 }; 33 33 users.berta = { 34 34 isNormalUser = true; 35 - hashedPassword = hashed_bcrypt; 35 + hashedPasswordFile = (pkgs.writeText "hashed_bcrypt" hashed_bcrypt).outPath; 36 36 shell = pkgs.bash; 37 37 }; 38 38 users.yesim = {