Skip to content

Commit

Permalink
gpg-agent: fix GCR DBus package note
Browse files Browse the repository at this point in the history
D-Bus services are queried from Home Manager packages too. NixOS is
not required.
  • Loading branch information
axelkar authored and rycee committed Dec 10, 2024
1 parent c6a5fbf commit f26aa4b
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions modules/services/gpg-agent.nix
Original file line number Diff line number Diff line change
Expand Up @@ -235,15 +235,12 @@ in {
example = literalExpression "pkgs.pinentry-gnome3";
default = null;
description = ''
Which pinentry interface to use. If not
`null`, it sets
{option}`pinentry-program` in
{file}`gpg-agent.conf`. Beware that
`pinentry-gnome3` may not work on non-Gnome
systems. You can fix it by adding the following to your
system configuration:
Which pinentry interface to use. If not `null`, it sets
{option}`pinentry-program` in {file}`gpg-agent.conf`. Beware that
`pinentry-gnome3` may not work on non-GNOME systems. You can fix it by
adding the following to your configuration:
```nix
services.dbus.packages = [ pkgs.gcr ];
home.packages = [ pkgs.gcr ];
```
'';
};
Expand Down

0 comments on commit f26aa4b

Please sign in to comment.