From 832ad15b5c9de19b2eb25e8077de79ab8f6e2b0a Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Fri, 12 Jul 2024 21:55:09 +0200 Subject: [PATCH] . --- configuration.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configuration.nix b/configuration.nix index a1ee0ed..917b084 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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: