programs.ssh.agentPKCS11Whitelist

NixOS option

A pattern-list of acceptable paths for PKCS#11 shared libraries that may be used with the -s option to ssh-add.

type: null or string
Default
null
Example
"${pkgs.opensc}/lib/opensc-pkcs11.so"
declared in: nixos/modules/programs/ssh.nixView source on NixOS/nixpkgs →