mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
base profile: add mkpasswd to system packages
Allows the user to generate password hashes for the installed system easier.
This commit is contained in:
parent
86b37d1f94
commit
e711da345c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue