Skip to main content
Include a suggesion for setting up Gnome Keyring when not using a login manager
Source Link
Alexey
  • 2.4k
  • 6
  • 29
  • 40

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 anyIt has been suggested that if no login manager is used, you need to setthen the following option needs to be set:

{ # ...
    services.gnome3.gnome-keyring.enable = true;
}

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;
}

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

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

It has been suggested that if no login manager is used, then the following option needs to be set:

{ # ...
  services.gnome3.gnome-keyring.enable = true;
}
That's what I needed to setup Gnome Keyring when not using a login manager
Source Link

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;
}

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

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

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;
}
now fixed indeed
Source Link
Alexey
  • 2.4k
  • 6
  • 29
  • 40

This issue is fixed, andfixed in NixOS 1819.03 this can be achieved as follows. IfIf the login manager is LightDMGDM, then set the configuration optionconfiguration option

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

This issue is fixed, and in NixOS 18.03 this can be achieved as follows. If the login manager is LightDM, then set the configuration option

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

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

{ # ...
  security.pam.services.gdm.enableGnomeKeyring = true;
}
Source Link
Alexey
  • 2.4k
  • 6
  • 29
  • 40
Loading