From 4dc6708c3ada01d7984ab477acfa782e4b1e53ef Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Thu, 18 Jul 2024 12:32:10 -0800 Subject: [PATCH] add fingerprint --- configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/configuration.nix b/configuration.nix index 7fea414..a3cc447 100644 --- a/configuration.nix +++ b/configuration.nix @@ -96,6 +96,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ +pkgs.fprintd wget vim emacs29-pgtk @@ -154,6 +155,14 @@ guix # enableSSHSupport = true; # }; + services.fprintd.enable = true; + +# services.fprintd.tod.enable = true; + +# services.fprintd.tod.driver = pkgs.libfprint-2-tod1-vfs0090; # (If the vfs0090 Driver does not work, use the following driver) + +# services.fprintd.tod.driver = pkgs.libfprint-2-tod1-goodix; # (On my device it only worked with this driver) + # List services that you want to enable: # Enable the OpenSSH daemon.