nixos/tests/shadow: test hashedPasswordFile
rnhmjoj 2 years ago 7d6ee8ce 205b56cf
··· 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 = {