security.pam.yubico.enable

NixOS option

Enables Yubico PAM (yubico-pam) module. If set, users listed in ~/.yubico/authorized_yubikeys are able to log in with the associated Yubikey tokens. The file must have only one line: username:yubikey_token_id1:yubikey_token_id2 More information can be found here.

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