I was using Fedora previously where GNOME Keyring would be automatically unlocked if the LUKS passphrase is same as user’s login password. This is not happening with NixOS. I have following setting applied in configuration.nix
services.gnome.gnome-keyring.enable = true;
security.pam.services.gdm.enableGnomeKeyring = true;
Any way I can achieve this in NixOS?
Thanks.