summaryrefslogtreecommitdiffstats
path: root/nixos/modules/config/users-groups.nix
diff options
context:
space:
mode:
authorJacob Mitchell <jmitchell@member.fsf.org>2016-01-02 12:37:20 -0800
committerJacob Mitchell <jmitchell@member.fsf.org>2016-01-02 12:37:20 -0800
commit7ce9699a6ada84c32701ce0cec71bb9bc69c5d28 (patch)
treeb22a36e612446bcc3cd091fbff25cb1ceb76fd75 /nixos/modules/config/users-groups.nix
parenta88b771ae71fc3bb16d52b634fefb031db1d4087 (diff)
Fix package name typo
Diffstat (limited to 'nixos/modules/config/users-groups.nix')
-rw-r--r--nixos/modules/config/users-groups.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/users-groups.nix b/nixos/modules/config/users-groups.nix
index 485926fb1dd0..e643b2d059b5 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 <literal>mkpassword</literal>
+ To generate hashed password install <literal>mkpasswd</literal>
package and run <literal>mkpasswd -m sha-512</literal>.
'';