fprint
disable Fingerprint auth
This commit is contained in:
@@ -8,14 +8,14 @@
|
|||||||
|
|
||||||
networking.hostName = "eliasLaptop";
|
networking.hostName = "eliasLaptop";
|
||||||
|
|
||||||
# ── Fingerprint ───────────────────────────────────────────────────────
|
# # ── Fingerprint ───────────────────────────────────────────────────────
|
||||||
services.fprintd = {
|
# services.fprintd = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
tod = {
|
# tod = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
driver = pkgs.libfprint-2-tod1-goodix;
|
# driver = pkgs.libfprint-2-tod1-goodix;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
# ── Hyprlock ──────────────────────────────────────────────────────────
|
# ── Hyprlock ──────────────────────────────────────────────────────────
|
||||||
security.pam.services = {
|
security.pam.services = {
|
||||||
@@ -25,8 +25,8 @@
|
|||||||
auth include login
|
auth include login
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
sudo.fprintAuth = false;
|
# sudo.fprintAuth = false;
|
||||||
login.fprintAuth = true;
|
# login.fprintAuth = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# ── Bluetooth ─────────────────────────────────────────────────────────
|
# ── Bluetooth ─────────────────────────────────────────────────────────
|
||||||
|
|||||||
Reference in New Issue
Block a user