nixos/gnome: simplify fprintd fixes

This commit is contained in:
Aly Raffauf 2024-07-22 23:53:11 -04:00
parent dc5c19eb12
commit 540ba39bf9

View file

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