This commit is contained in:
parent
eaf945c540
commit
584f2d1623
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@
|
||||||
programs.adb.enable = true;
|
programs.adb.enable = true;
|
||||||
|
|
||||||
services.fprintd = lib.mkIf config.facter.detected.fingerprint.enable {
|
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;
|
package = pkgs.fprintd-tod;
|
||||||
tod = {
|
tod = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue