Secret Service: Difference between revisions
m add su to list of PAM services |
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 | {{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 ]; | ||