base profile: add mkpasswd to system packages

Allows the user to generate password hashes for the installed system easier.
This commit is contained in:
Nikolay Amiantov 2017-10-28 17:58:59 +03:00 committed by Tuomas Tynkkynen
parent 86b37d1f94
commit e711da345c

View file

@ -17,6 +17,7 @@
pkgs.ddrescue
pkgs.ccrypt
pkgs.cryptsetup # needed for dm-crypt volumes
pkgs.mkpasswd # for generating password files
# Some networking tools.
pkgs.fuse