Enable fprint
This commit is contained in:
parent
42fef9cd31
commit
332e892aca
3 changed files with 18 additions and 1 deletions
|
@ -7,4 +7,12 @@
|
|||
|
||||
{
|
||||
services.pcscd.enable = true;
|
||||
|
||||
security.pam.services.swaylock = {
|
||||
text = ''
|
||||
auth sufficient pam_unix.so try_first_pass likeauth nullok
|
||||
auth sufficient pam_fprintd.so
|
||||
auth include login
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue