Update config for xps-13-9010

Add configuration for finger print
This commit is contained in:
Sebastian Klähn 2023-12-29 19:58:24 +01:00 committed by mergify[bot]
parent 9c3a412578
commit 72fea2077c
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,12 @@
# Without this we get errors in dmesg on boot and hangs when shutting down.
boot.blacklistedKernelModules = [ "psmouse" ];
# enable finger print sensor.
# this has to be configured with `sudo fprintd-enroll septias`
services.fprintd.enable = true;
services.fprintd.tod.enable = true;
services.fprintd.tod.driver = pkgs.libfprint-2-tod1-goodix;
# Allows for updating firmware via `fwupdmgr`.
services.fwupd.enable = true;
}