My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[hosts.zaphod] disable fprintd

dish 6270b6d1 9918625e

+1 -1
+1 -1
hosts/zaphod/services/fprintd.nix
··· 1 1 { pkgs, ... }: 2 2 { 3 3 services.fprintd = { 4 - enable = true; 4 + enable = false; 5 5 tod.enable = false; 6 6 tod.driver = pkgs.libfprint-2-tod1-goodix; 7 7 };