summary refs log tree commit diff
path: root/nixos/modules/profiles/base.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2017-10-28 17:58:59 +0300
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2018-05-09 00:20:02 +0300
commite711da345ca51744b37aa9249bb84d4faea10082 (patch)
treefde4facd22df2e21d765cd3c01a3a801f96c1666 /nixos/modules/profiles/base.nix
parent86b37d1f94d56b0a2f80b8f1a51e8384e7e9b6db (diff)
downloadnixpkgs-e711da345ca51744b37aa9249bb84d4faea10082.tar
nixpkgs-e711da345ca51744b37aa9249bb84d4faea10082.tar.gz
nixpkgs-e711da345ca51744b37aa9249bb84d4faea10082.tar.bz2
nixpkgs-e711da345ca51744b37aa9249bb84d4faea10082.tar.lz
nixpkgs-e711da345ca51744b37aa9249bb84d4faea10082.tar.xz
nixpkgs-e711da345ca51744b37aa9249bb84d4faea10082.tar.zst
nixpkgs-e711da345ca51744b37aa9249bb84d4faea10082.zip
base profile: add mkpasswd to system packages
Allows the user to generate password hashes for the installed system easier.
Diffstat (limited to 'nixos/modules/profiles/base.nix')
-rw-r--r--nixos/modules/profiles/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/profiles/base.nix b/nixos/modules/profiles/base.nix
index 3bf06a95119..52481d90eab 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