fix(wim): switch back to fprintd
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-08-07 09:57:32 -04:00
parent f98e61f5fe
commit c3fa6e92ee

View file

@ -16,10 +16,7 @@
auth sufficient pam_unix.so try_first_pass nullok
'';
in {
services.fprintd = {
enable = true;
package = pkgs.open-fprintd;
};
services.fprintd.enable = true;
# https://www.reddit.com/r/NixOS/comments/z7i83r/fingertip_tip_start_fprintd_at_boot_for_a_quick/
systemd.services.fprintd = {