From d91c3a68bf67a15442dd10113eef9ac623b59e8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20Schr=C3=B6ter?= Date: Sun, 22 Mar 2026 22:12:45 +0100 Subject: [PATCH] fprint disable Fingerprint auth --- machines/configuration-laptop.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/machines/configuration-laptop.nix b/machines/configuration-laptop.nix index 34dc8a7..196dc24 100644 --- a/machines/configuration-laptop.nix +++ b/machines/configuration-laptop.nix @@ -8,14 +8,14 @@ networking.hostName = "eliasLaptop"; - # ── Fingerprint ─────────────────────────────────────────────────────── - services.fprintd = { - enable = true; - tod = { - enable = true; - driver = pkgs.libfprint-2-tod1-goodix; - }; - }; + # # ── Fingerprint ─────────────────────────────────────────────────────── + # services.fprintd = { + # enable = true; + # tod = { + # enable = true; + # driver = pkgs.libfprint-2-tod1-goodix; + # }; + # }; # ── Hyprlock ────────────────────────────────────────────────────────── security.pam.services = { @@ -25,8 +25,8 @@ auth include login ''; }; - sudo.fprintAuth = false; - login.fprintAuth = true; + # sudo.fprintAuth = false; + # login.fprintAuth = true; }; # ── Bluetooth ─────────────────────────────────────────────────────────