nixos/pam: fix typo in fscrypt enable option

mkEnableOption prepends "Whether to enable" to text, so this became
"Whether to enable Enables fscrypt ..."
This commit is contained in:
mib 2023-09-11 12:06:39 +02:00
parent 3a2786eea0
commit 2e66f109ed

View file

@ -1303,7 +1303,7 @@ in
security.pam.enableEcryptfs = mkEnableOption (lib.mdDoc "eCryptfs PAM module (mounting ecryptfs home directory on login)");
security.pam.enableFscrypt = mkEnableOption (lib.mdDoc ''
Enables fscrypt to automatically unlock directories with the user's login password.
fscrypt to automatically unlock directories with the user's login password.
This also enables a service at security.pam.services.fscrypt which is used by
fscrypt to verify the user's password when setting up a new protector. If you