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;