Update and clean up modules
All checks were successful
CI / build (push) Successful in 2m9s

This commit is contained in:
Fabian Hauser 2025-03-03 23:46:19 +02:00
parent cc3d5090ac
commit e02d86dffd
21 changed files with 270 additions and 241 deletions

View file

@ -1,4 +1,6 @@
{
config,
lib,
...
}:
@ -6,7 +8,7 @@
services.pcscd.enable = true;
# Make pam accept both password and fingerprint
security.pam.services.swaylock.rules.auth = {
security.pam.services.swaylock.rules.auth = lib.mkIf config.services.fprintd.enable {
fprintd.order = 11601;
unix.args = [ "nullok" ];
};