Loading
nixosTests.password-option-override-ordering: fix build by removing crypt
This fixed the build failure of this test. Python module crypt has been removed since python 3.13. This PR uses `mkpasswd` to generate the same password for testing. I have changed the name of the assert_password_match to indicate that this only woks for sha512crypt algorithm.