summary refs log tree commit diff
path: root/nixos/modules/config/system-path.nix
diff options
context:
space:
mode:
authorKlemens Nanni <klemens@posteo.de>2020-10-26 03:22:17 +0100
committerAndreas Rammhold <andreas@rammhold.de>2020-10-26 03:40:11 +0100
commit3216b8571373b368a0ce809e2976fad8bffd0b90 (patch)
tree0046b69017d992cb173eb37c50a013ed97b00974 /nixos/modules/config/system-path.nix
parent327cca2ab328d7d062ffaa9d6460c8da1da3ddde (diff)
downloadnixpkgs-3216b8571373b368a0ce809e2976fad8bffd0b90.tar
nixpkgs-3216b8571373b368a0ce809e2976fad8bffd0b90.tar.gz
nixpkgs-3216b8571373b368a0ce809e2976fad8bffd0b90.tar.bz2
nixpkgs-3216b8571373b368a0ce809e2976fad8bffd0b90.tar.lz
nixpkgs-3216b8571373b368a0ce809e2976fad8bffd0b90.tar.xz
nixpkgs-3216b8571373b368a0ce809e2976fad8bffd0b90.tar.zst
nixpkgs-3216b8571373b368a0ce809e2976fad8bffd0b90.zip
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.
Diffstat (limited to 'nixos/modules/config/system-path.nix')
-rw-r--r--nixos/modules/config/system-path.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index c46937f8008..c65fa1a684f 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -33,6 +33,7 @@ let
       pkgs.ncurses
       pkgs.netcat
       config.programs.ssh.package
+      pkgs.mkpasswd
       pkgs.procps
       pkgs.su
       pkgs.time