15 lines
240 B
Nix
15 lines
240 B
Nix
{...}: {
|
|
security = {
|
|
pam = {
|
|
yubico = {
|
|
enable = false;
|
|
debug = true;
|
|
mode = "challenge-response";
|
|
control = "sufficient";
|
|
id = [
|
|
"1873055870"
|
|
];
|
|
};
|
|
};
|
|
};
|
|
}
|