Merge pull request #254531 from mibmo/module/pam-typo

nixos/pam: fix typo in fscrypt enable option
This commit is contained in:
K900 2023-09-11 13:19:47 +03:00 committed by GitHub
commit 6559511e31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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