Skip to main content
3 of 4
That's what I needed to setup Gnome Keyring when not using a login manager

This issue is fixed in 19.03. If the login manager is GDM, then set the configuration option

{ # ...
  security.pam.services.gdm.enableGnomeKeyring = true;
}

If you don't use any login manager, you need to set the following:

{ # ...
    services.gnome3.gnome-keyring.enable = true;
}
Alexey
  • 2.4k
  • 6
  • 29
  • 40