From 14c67a8bb3ad3141e6bbfec466cfbf002a3c2378 Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 6 Nov 2025 00:26:41 -0600 Subject: [PATCH] test failed, large sad --- hosts/nixos/yveltal/configuration.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hosts/nixos/yveltal/configuration.nix b/hosts/nixos/yveltal/configuration.nix index 85e3f2d..802c189 100644 --- a/hosts/nixos/yveltal/configuration.nix +++ b/hosts/nixos/yveltal/configuration.nix @@ -15,15 +15,6 @@ ../../../users/blake/hosts/yveltal.nix ]; - # fprint test lmao - services.fprintd = { - enable = true; - tod = { - enable = true; - driver = pkgs.libfprint-2-tod1-goodix; - }; - }; - system = { ssh.enable = true; sops.enable = true;