Revert "nixos/gnome: simplify fprintd fixes"

This reverts commit 540ba39bf9.
This commit is contained in:
Aly Raffauf 2024-07-22 23:54:22 -04:00
parent 540ba39bf9
commit e723e3e74f

View file

@ -23,7 +23,7 @@
];
security.pam.services = {
login.fprintAuth = !config.services.fprintd.enable;
login.fprintAuth = false;
gdm = {
enableGnomeKeyring = true;