mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
d8f9dcfbd3
Write YubiKey token IDs in the format yubico_pam expects. See https://developers.yubico.com/yubico-pam/ for details. Also refer to the NixOS option security.pam.services.<name>.yubicoAuth. Closes #2502
7 lines
115 B
Nix
7 lines
115 B
Nix
{
|
|
config = {
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.yubico/authorized_yubikeys
|
|
'';
|
|
};
|
|
}
|