From 5cb27c25c202fa022a05cfd52f2e1f3d148ebecd Mon Sep 17 00:00:00 2001 From: Frantisek Bohacek <rutherther@proton.me> Date: Sat, 18 Nov 2023 18:22:37 +0100 Subject: [PATCH] feat: add fprintd service --- hosts/laptop-phobos/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/laptop-phobos/default.nix b/hosts/laptop-phobos/default.nix index 3d40ac9..46508d1 100644 --- a/hosts/laptop-phobos/default.nix +++ b/hosts/laptop-phobos/default.nix @@ -53,6 +53,11 @@ }; }; + security.pam.services.login.fprintAuth = false; + security.pam.services.sddm.fprintAuth = false; + security.pam.services.sddm-greeter.fprintAuth = false; + services.fprintd.enable = true; + hardware = { # No xbacklight, this is the alterantive brillo.enable = true; }; -- 2.48.1