From e711da345ca51744b37aa9249bb84d4faea10082 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Sat, 28 Oct 2017 17:58:59 +0300 Subject: base profile: add mkpasswd to system packages Allows the user to generate password hashes for the installed system easier. --- nixos/modules/profiles/base.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/profiles') diff --git a/nixos/modules/profiles/base.nix b/nixos/modules/profiles/base.nix index 3bf06a951193..52481d90eab9 100644 --- a/nixos/modules/profiles/base.nix +++ b/nixos/modules/profiles/base.nix @@ -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 -- cgit v1.2.3