From d61c23f8e7433ddf275a1e9192ca825d9dce6236 Mon Sep 17 00:00:00 2001 From: Yuri Tatishchev Date: Sat, 6 Dec 2025 16:37:01 -0800 Subject: [PATCH] laptop: disable fprint for login --- hosts/Yura-TPX13/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/Yura-TPX13/default.nix b/hosts/Yura-TPX13/default.nix index 8b85145..7c30e87 100644 --- a/hosts/Yura-TPX13/default.nix +++ b/hosts/Yura-TPX13/default.nix @@ -15,6 +15,8 @@ networking.hostId = "8425e349"; # Required for ZFS. services.fprintd.enable = true; + security.pam.services.login.fprintAuth = false; + # Install firefox. programs.firefox.enable = true;