Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions modules/services/gpg-agent.nix
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ in {
pinentryFlavor = mkOption {
type = types.nullOr (types.enum pkgs.pinentry.flavors);
example = "gnome3";
default = "gtk2";
default = null;
description = ''
Which pinentry interface to use. If not
`null`, it sets
Expand All @@ -210,8 +210,6 @@ in {
```nix
services.dbus.packages = [ pkgs.gcr ];
```
For this reason, the default is `gtk2` for
now.
'';
};

Expand Down