Enable fprint

This commit is contained in:
Fabian Hauser 2024-06-30 22:45:01 +03:00
parent 42fef9cd31
commit 332e892aca
3 changed files with 18 additions and 1 deletions

View file

@ -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
'';
};
}