Make swaylock accept passwords as well

This commit is contained in:
Fabian Hauser 2024-07-12 12:13:40 +02:00
parent d10e93e4a0
commit 62683d5ab4

View file

@ -7,4 +7,10 @@
{
services.pcscd.enable = true;
# Make pam accept both password and fingerprint
security.pam.services.swaylock.rules.auth = {
fprintd.order = 11600;
unix.args = [ "nullok" ];
};
}