My Nix Configuration

[hosts.zaphod] disable fprintd

Changed files
+1 -1
hosts
zaphod
services
+1 -1
hosts/zaphod/services/fprintd.nix
···
{ pkgs, ... }:
{
services.fprintd = {
-
enable = true;
+
enable = false;
tod.enable = false;
tod.driver = pkgs.libfprint-2-tod1-goodix;
};