diff --git a/hosts/zaphod/services/fprintd.nix b/hosts/zaphod/services/fprintd.nix index c74b0e64..7ee2894d 100644 --- a/hosts/zaphod/services/fprintd.nix +++ b/hosts/zaphod/services/fprintd.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { services.fprintd = { - enable = true; + enable = false; tod.enable = false; tod.driver = pkgs.libfprint-2-tod1-goodix; };