Disable fprintd for now
All checks were successful
CI / build (push) Successful in 17m1s

This commit is contained in:
Fabian Hauser 2025-03-19 15:52:29 +02:00
parent eaf945c540
commit 584f2d1623

View file

@ -65,7 +65,8 @@
programs.adb.enable = true;
services.fprintd = lib.mkIf config.facter.detected.fingerprint.enable {
enable = true;
# TODO: wait for an update of https://github.com/NixOS/nixpkgs/pull/388905#issuecomment-2727242456
enable = false;
package = pkgs.fprintd-tod;
tod = {
enable = true;