Secret Service: Difference between revisions

Axka (talk | contribs)
m add su to list of PAM services
Axka (talk | contribs)
mNo edit summary
Line 17: Line 17:
</nowiki>}}
</nowiki>}}


{{Note|As of 2024-11-18 the only way to add D-Bus session service definitions without defining them in Nix is in NixOS. Add the following to your NixOS system configuration to get <code>pinentry-gnome3</code> working: [https://rycee.gitlab.io/home-manager/options.xhtml#opt-services.gpg-agent.pinentryPackage]
{{Note|As of 2024-11-18 the only way to add D-Bus session service definitions without defining them in Nix is in NixOS. Add the following to your NixOS system configuration to fix GNOME Keyring's password prompter: [https://rycee.gitlab.io/home-manager/options.xhtml#opt-services.gpg-agent.pinentryPackage]
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
services.dbus.packages = [ pkgs.gcr ];
services.dbus.packages = [ pkgs.gcr ];