security.pam.mount.additionalSearchPaths

NixOS option

Additional programs to include in the search path of pam_mount. Useful for example if you want to use some FUSE filesystems like bindfs.

type: list of package
Default
[ ]
Example
[ pkgs.bindfs ]
declared in: nixos/modules/security/pam_mount.nixView source on NixOS/nixpkgs →