Add and disable non-working fingerprint reader.
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
./programs/sof-firmware.nix
|
||||
./services/fprintd.nix
|
||||
# Not working yet.
|
||||
#./services/fprintd.nix
|
||||
./services/touchpad.nix
|
||||
./system/bootloader.nix
|
||||
./system/filesystems.nix
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{ pkgs, ...}: {
|
||||
services.fprintd.enable = true;
|
||||
services.fprintd.tod.enable = true;
|
||||
services.fprintd.tod.driver = pkgs.libfprint-2-tod1-goodix-550a;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user