nixos/system-path: Add mkpasswd(1)

Generating password hashes, e.g. when adding new users to the system
configuration, should work out-of-the-box and offline.
This commit is contained in:
Klemens Nanni
2020-10-26 03:40:11 +01:00
committed by Andreas Rammhold
parent 327cca2ab3
commit 3216b85713
3 changed files with 3 additions and 3 deletions
+1
View File
@@ -33,6 +33,7 @@ let
pkgs.ncurses
pkgs.netcat
config.programs.ssh.package
pkgs.mkpasswd
pkgs.procps
pkgs.su
pkgs.time