1
0
Fork 0

Gnome: try to fix keyring unlock on login

This commit is contained in:
Aires 2024-12-27 10:19:16 -05:00
parent 9fcd36c8e0
commit d5439b9b01

View file

@ -117,6 +117,12 @@ in
# Make sure the keyring is properly unlocked at startup.
# See https://discourse.nixos.org/t/login-keyring-did-not-get-unlocked-hyprland/40869/8
security.pam.services.gdm.enableGnomeKeyring = true;
# Also see https://wiki.archlinux.org/title/GNOME/Keyring
security.pam.services = {
gdm.enableGnomeKeyring = true;
passwd.text = lib.mkAfter ''
password optional pam_gnome_keyring.so
'';
};
};
}