security.pam.enableFscrypt

NixOS option

Whether to enable 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 use something other than pam_unix to verify user passwords, please remember to adjust this PAM service .

type: boolean
Default
false
Example
true
declared in: nixos/modules/security/pam.nixView source on NixOS/nixpkgs →