services: fix gnome keyring not unlocking on login

This commit is contained in:
Anthony Rodriguez 2025-02-05 22:10:34 +01:00
parent 4fcc82722b
commit 693471833c
Signed by: nezia
SSH key fingerprint: SHA256:Ihfpl0rUpqDevYqnzSR34OYfVLbDNkBiUjs3CpX4ykA
2 changed files with 0 additions and 3 deletions

View file

@ -8,7 +8,6 @@
services = {
# needed for GNOME services outside of GNOME Desktop
dbus.packages = with pkgs; [
gcr
gnome-settings-daemon
];

View file

@ -62,8 +62,6 @@ in {
};
security.pam.services = {
greetd.enableGnomeKeyring = true;
login.enableGnomeKeyring = true;
gdm-password.enableGnomeKeyring = true;
greetd.fprintAuth = false;
};