reNixos/wanda/security/pam/yubico.nix
s0me1newithhand7s ceb0ad4b87 wanda: upstream
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-03-25 18:49:51 +03:00

15 lines
233 B
Nix

_: {
security = {
pam = {
yubico = {
enable = false;
debug = true;
mode = "challenge-response";
control = "sufficient";
id = [
"funnyID"
];
};
};
};
}