Reorder pam swaylock rules

This enables entering a password in swaylock without providing
fingerprint.
This commit is contained in:
JuliusFreudenberger 2026-06-27 12:09:01 +02:00
parent 74581599cd
commit 81a4822e2d

View file

@ -28,5 +28,6 @@
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
]; ];
}; };
security.pam.services.swaylock.rules.auth.unix.order = 11200;
} }