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:
committed by
Andreas Rammhold
parent
327cca2ab3
commit
3216b85713
@@ -33,6 +33,7 @@ let
|
||||
pkgs.ncurses
|
||||
pkgs.netcat
|
||||
config.programs.ssh.package
|
||||
pkgs.mkpasswd
|
||||
pkgs.procps
|
||||
pkgs.su
|
||||
pkgs.time
|
||||
|
||||
Reference in New Issue
Block a user