Make swaylock accept passwords as well
This commit is contained in:
parent
d10e93e4a0
commit
62683d5ab4
1 changed files with 6 additions and 0 deletions
|
@ -7,4 +7,10 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
services.pcscd.enable = true;
|
services.pcscd.enable = true;
|
||||||
|
|
||||||
|
# Make pam accept both password and fingerprint
|
||||||
|
security.pam.services.swaylock.rules.auth = {
|
||||||
|
fprintd.order = 11600;
|
||||||
|
unix.args = [ "nullok" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue