Skip to content

Commit

Permalink
docs: add sample command for how to generate hashedPassword
Browse files Browse the repository at this point in the history
  • Loading branch information
MakiseKurisu committed Jul 24, 2024
1 parent 88b16db commit 3e24875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openwrt/users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
description = ''
Hashed password of the user. This should be either a disabled password
(e.g. `*` or `!`) or use MD5, SHA256, or SHA512.
You can use `openssl passwd -6 -stdin` to generate this hash.
'';
};

Expand Down

0 comments on commit 3e24875

Please sign in to comment.