Disable custom swaylock pam configuration

This commit is contained in:
Fabian Hauser 2024-07-05 09:54:49 +03:00
parent e0c1cec106
commit adc9ea9e38

View file

@ -7,12 +7,4 @@
{ {
services.pcscd.enable = true; 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
'';
};
} }