fprint: use 24.11 version of the magic repo

This commit is contained in:
Khaïs COLIN 2024-12-31 15:25:35 +01:00
parent 9fdc2687a0
commit b6a1f3d1b2
3 changed files with 12 additions and 11 deletions

View file

@ -86,6 +86,8 @@
};
# fingerprint sensor setup
services.open-fprintd.enable = true;
services.python-validity.enable = true;
services."06cb-009a-fingerprint-sensor" = {
enable = true;
backend = "python-validity";
};
}