From 7ce9699a6ada84c32701ce0cec71bb9bc69c5d28 Mon Sep 17 00:00:00 2001 From: Jacob Mitchell Date: Sat, 2 Jan 2016 12:37:20 -0800 Subject: [PATCH] Fix package name typo --- nixos/modules/config/users-groups.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/config/users-groups.nix b/nixos/modules/config/users-groups.nix index 485926fb1dd..e643b2d059b 100644 --- a/nixos/modules/config/users-groups.nix +++ b/nixos/modules/config/users-groups.nix @@ -26,7 +26,7 @@ let ''; hashedPasswordDescription = '' - To generate hashed password install mkpassword + To generate hashed password install mkpasswd package and run mkpasswd -m sha-512. '';