Yubikey: Difference between revisions
imported>Dmarcoux Remove "programs.ssh.startAgent = false;" as "false" is the default value for "programs.ssh.startAgent" |
imported>Riotbib m Remove irrelevant space characters |
||
| Line 33: | Line 33: | ||
<syntaxHighlight lang=nix> | <syntaxHighlight lang=nix> | ||
security.pam.yubico = { | security.pam.yubico = { | ||
enable = true; | enable = true; | ||
debug = true; | debug = true; | ||
mode = "challenge-response"; | mode = "challenge-response"; | ||
}; | |||
</syntaxHighlight> | </syntaxHighlight> | ||