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.
'';