Add i3lock U2F support

This commit is contained in:
Vili Sinervä 2024-10-22 12:47:19 +03:00
parent f7e561115e
commit 259846a94c
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -32,4 +32,5 @@
}; };
security.pam.u2f.enable = true; security.pam.u2f.enable = true;
programs.i3lock.u2fSupport = true;
} }