Unverified Commit 7d6ee8ce authored by rnhmjoj's avatar rnhmjoj
Browse files

nixos/tests/shadow: test hashedPasswordFile

parent 205b56cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {