services/regreet: enable gnome keyring, disable fprint auth

This commit is contained in:
Anthony Rodriguez 2024-10-06 12:11:23 +02:00
parent 7b22fd5ca7
commit be151ba76b
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -17,4 +17,8 @@
};
};
};
security.pam.services.greetd = {
enableGnomeKeyring = true;
fprintAuth = false;
};
}