Fix sif fingerprint reader

This commit is contained in:
Filippo Berto 2025-04-04 09:49:14 +02:00
parent 369fa8dc43
commit 7eccf47e07
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 12 additions and 7 deletions

View file

@ -285,13 +285,13 @@
# };
# Power-profiles
power-profiles-daemon.enable = true;
# fprintd = {
# enable = true;
# tod = {
# enable = true;
# driver = pkgs.libfprint-2-tod1-goodix;
# };
# };
fprintd = {
enable = true;
tod = {
enable = true;
driver = pkgs.libfprint-2-tod1-goodix;
};
};
};
# Clamav