added yubico security module

This commit is contained in:
2026-05-15 23:54:55 -04:00
parent 9fa85be412
commit a1f37f6b19
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
...
}: let in {
security.pam.services = {
login.u2fAuth = true;
sudo.u2fAuth = true;
};
}