no fprint auth for swaylock

This commit is contained in:
CDaut 2024-05-21 11:50:35 +02:00
parent 08c2e18396
commit d1c0b5f71c
Signed by: clara
GPG key ID: 223391B52FAD4463

View file

@ -152,9 +152,7 @@
# patch for swaylock https://github.com/swaywm/sway/issues/2773 # patch for swaylock https://github.com/swaywm/sway/issues/2773
security.pam.services.swaylock = { security.pam.services.swaylock = {
text = '' fprintAuth = false;
auth include login
'';
}; };
# Patch for IDEA PlugIn dev. Should be in dev flake! # Patch for IDEA PlugIn dev. Should be in dev flake!