chore(fingerprint): try the recommended way to install fingerprint drivers

This commit is contained in:
Khaïs COLIN 2024-09-30 21:26:06 +02:00
parent de90b4e8df
commit 2a36446b47

View file

@ -84,4 +84,12 @@
};
wantedBy = ["multi-user.target"];
};
# fingerprint sensor setup
systemd.services.fprintd = {
wantedBy = ["multi-user.target"];
serviceConfig.type = "simple";
};
services.fprintd.enable = true;
}