Re-add PAM U2F for onlykey

This commit is contained in:
Vili Sinervä 2025-05-27 21:39:35 +03:00
parent 5c5dbff991
commit 3343c1a204
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos

View file

@ -21,6 +21,7 @@
onlykey-cli
];
security.pam.u2f.enable = true;
hardware.onlykey.enable = true;
programs.i3lock.u2fSupport = true;
}