Update config for xps-13-9010
Add configuration for finger print
This commit is contained in:
parent
9c3a412578
commit
72fea2077c
|
@ -16,6 +16,12 @@
|
||||||
# Without this we get errors in dmesg on boot and hangs when shutting down.
|
# Without this we get errors in dmesg on boot and hangs when shutting down.
|
||||||
boot.blacklistedKernelModules = [ "psmouse" ];
|
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`.
|
# Allows for updating firmware via `fwupdmgr`.
|
||||||
services.fwupd.enable = true;
|
services.fwupd.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue