fix(wim): switch back to fprintd
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
f98e61f5fe
commit
c3fa6e92ee
1 changed files with 1 additions and 4 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue