disable fprinpd
This commit is contained in:
parent
835325dad8
commit
1fb03a8ab9
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
services.fprintd = {
|
services.fprintd = {
|
||||||
enable = true;
|
enable = false; # temporarily disable
|
||||||
};
|
};
|
||||||
|
|
||||||
security.polkit.enable = true; # TODO needed?
|
security.polkit.enable = true; # TODO needed?
|
||||||
|
|
||||||
security.pam.services.swaylock.text = ''
|
security.pam.services.swaylock.text = ''
|
||||||
|
auth include login
|
||||||
auth sufficient pam_unix.so try_first_pass likeauth nullok
|
auth sufficient pam_unix.so try_first_pass likeauth nullok
|
||||||
auth sufficient pam_fprintd.so
|
|
||||||
'';
|
'';
|
||||||
|
# # auth sufficient pam_fprintd.so
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue