--wip-- [skip ci]

This commit is contained in:
Filippo Berto 2024-11-22 11:20:50 +01:00
parent 9745160f2e
commit dd9a1ee4bf

View file

@ -359,11 +359,13 @@
}; };
swaylock = { swaylock = {
fprintAuth = true; fprintAuth = true;
text = '' forwardXAuth = true;
auth sufficient pam_unix.so try_first_pass likeauth nullok logFailures = true;
auth sufficient pam_fprintd.so # text = ''
auth include login # auth sufficient pam_unix.so try_first_pass likeauth nullok
''; # auth sufficient pam_fprintd.so
# auth include login
# '';
}; };
sudo = { sudo = {