add more description for mkpasswd salt

This commit is contained in:
Noah Masur 2022-10-01 18:28:32 +00:00
parent cd53060f02
commit 034ff33e70

View File

@ -5,6 +5,7 @@
passwordHash = lib.mkOption {
type = lib.types.str;
description = "Password created with mkpasswd -m sha-512";
# Test it by running: mkpasswd -m sha-512 --salt "PZYiMGmJIIHAepTM"
};
};