Enable u2f auth

This commit is contained in:
2025-11-04 22:57:47 +03:00
parent b66a6cb1cd
commit bb59ec35e6
2 changed files with 6 additions and 1 deletions

View File

@@ -82,6 +82,12 @@ in
};
pam = {
u2f = {
enable = true;
settings = {
cue = true;
};
};
yubico.enable = true;
yubico.mode = "challenge-response";
};