about summary refs log tree commit diff
path: root/nixos/modules/programs/gnupg.nix
Commit message (Collapse)AuthorAge
* nixos/gnupg: add dbus dependencies for gnome3 pinentryYury G. Kudryashov2019-11-01
|
* gnupg: fix pinentry in sway (fix a typo in 3c39093c0d1)Yury G. Kudryashov2019-10-30
|
* gnupg: fix pinentry on swayRobin Gloster2019-10-29
|
* gnupg: disable gui/pinentry support by defaultFranz Pletz2019-10-16
| | | | | | | | | | | | This solves the dependency cycle in gcr alternatively so there won't be two gnupg store paths in a standard NixOS system which has udisks2 enabled by default. NixOS users are expected to use the gpg-agent user service to pull in the appropriate pinentry flavour or install it on their systemPackages and set it in their local gnupg agent config instead. Co-authored-by: Florian Klink <flokli@flokli.de>
* nixos/gnupg: add option for setting pinentry flavoursFranz Pletz2019-10-16
| | | | Co-authored-by: Florian Klink <flokli@flokli.de>
* nixos/gnupg: Add gpg to systemPackagesDaniel Hirschberger2019-08-24
|
* programs.gnupg: Support setting the gnupg packageBastian Köcher2019-04-05
|
* nixos/gnupg: set SSH_AUTH_SOCK in non-interactive settingsEmanuel Evans2019-02-23
| | | | | `SSH_AUTH_SOCK` is useful in some non-interactive settings, for instance daemonized Emacs. Fixes #55733.
* gnupg: Fix, set current tty in interactive shellHeitham Omar2018-10-21
| | | | GPG_TTY was not being set to the current tty, breaking pinentry-tty/pinentry-curses.
* gnupg agent module: fix ssh agent assertion logicFranz Pletz2017-08-04
|
* programs.gnupg: use extraInit instead of interactiveShellInitRobin Gloster2017-07-17
| | | | | | | Otherwise some programmes cannot use the GPG agent, e.g. applications started from dmenu. Behaviour was changed in #26888, this reverts that part.
* gnupg agent module: Only set tty for interactive shellsDaniel Fullmer2017-07-14
|
* gnupg agent module: Fix dirmngr.enable optionDaniel Fullmer2017-07-14
|
* gnupg agent module: Remove unnecessary unit configurationDaniel Fullmer2017-07-14
| | | | | These just seem to duplicate upstream systemd units, which are already included in nixos configuration by systemd.packages
* gnupg module: Added extra and browser sockets (#26295)Roger Qiu2017-06-15
| | | | Also added dirmngr and made SSH support false by default due to programs.ssh.startAgent defaulting to true.
* gnupg agent module: initFranz Pletz2017-05-29
Creates a systemd user service and updates the tty on new logins so that gpg-agent may find the current tty even if the SSH agent mode is used.