security.pam.yubico.control

NixOS option

This option sets pam “control”. If you want to have multi factor authentication, use “required”. If you want to use Yubikey instead of regular password, use “sufficient”. Read pam.conf(5) for better understanding of this option.

type: one of "required", "requisite", "sufficient", "optional"
Default
"sufficient"
declared in: nixos/modules/security/pam.nixView source on NixOS/nixpkgs →