Skip to content

Commit

Permalink
change pinentryFlavor for desktop/console
Browse files Browse the repository at this point in the history
  • Loading branch information
bri committed Feb 11, 2024
1 parent 6ce40c2 commit bde2958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "gnome3";
pinentryFlavor = lib.mkDefault "tty";
};

# List services that you want to enable:
Expand Down
1 change: 1 addition & 0 deletions modules/nixos/gnome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
};
};
desktopManager.gnome.enable = true;
programs.gnupg.agent.pinentryFlavor = "gnome3";
};

hm =
Expand Down

0 comments on commit bde2958

Please sign in to comment.