From 2290389cea7d543fcd553bfbbdd1e2427ed36091 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 10 Feb 2025 20:23:26 -0600 Subject: [PATCH] Print fingers --- nixos/foxtrot.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nixos/foxtrot.nix b/nixos/foxtrot.nix index 0d06cb7..0e2dbcf 100644 --- a/nixos/foxtrot.nix +++ b/nixos/foxtrot.nix @@ -241,14 +241,14 @@ }; services.fprintd = { - enable = false; + enable = true; package = pkgs.fprintd.overrideAttrs { # Source: https://github.com/NixOS/nixpkgs/commit/87ca2dc071581aea0e691c730d6844f1beb07c9f - mesonCheckFlags = [ - # PAM related checks are timing out - "--no-suite" - "fprintd:TestPamFprintd" - ]; + # mesonCheckFlags = [ + # PAM related checks are timing out + # "--no-suite" + # "fprintd:TestPamFprintd" + # ]; }; };