This commit is contained in:
Daniel Ziltener 2024-07-12 21:55:09 +02:00
parent d725b31d63
commit 832ad15b5c
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
1 changed files with 10 additions and 0 deletions

View File

@ -132,6 +132,16 @@
services.fprintd = {
enable = true;
tod = {
enable = true;
driver = pkgs.libfprint-2-tod1-goodix;
};
};
# Start the driver at boot
systemd.services.fprintd = {
wantedBy = [ "multi-user.target" ];
serviceConfig.Type = "simple";
};
# List packages installed in system profile. To search, run: