security.pam.u2f.settings

Options to pass to the PAM module.

Boolean values render just the key if true, and nothing if false. Null values are ignored. All other values are rendered as key-value pairs.

Type
open submodule of attribute set of (null or boolean or string or signed integer or path in the Nix store)
Default
{ }
Example
{
  authfile = "/etc/u2f_keys";
  authpending_file = "";
  pinverification = 1;
  userpresence = 0;
}
Declared
<nixpkgs/nixos/modules/security/pam.nix>