Fix swayidle

This commit is contained in:
Andrea Ciceri 2023-12-11 22:01:51 +01:00
parent 3c29cd62f7
commit 55835d1367
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
4 changed files with 23 additions and 14 deletions

View file

@ -1,13 +1,15 @@
{
imports = [../pam];
services.fprintd = {
enable = false; # temporarily disable
};
security.polkit.enable = true; # TODO needed?
security.pam.services.swaylock.text = ''
auth include login
auth sufficient pam_unix.so try_first_pass likeauth nullok
'';
# security.pam.services.swaylock.text = ''
# auth include login
# auth sufficient pam_unix.so try_first_pass likeauth nullok
# '';
# # auth sufficient pam_fprintd.so
}