about summary refs log tree commit diff
path: root/nixos/modules/programs/gnupg.nix
AgeCommit message (Expand)AuthorFilesLines
2023-11-27treewide: use `mkPackageOption`h7x41-8/+1
2023-10-09Merge pull request #258347 from Benjamin-L/gnupg-agent-extraconfigMichele Guerini Rocco1-4/+23
2023-10-05nixos/gnupg: add agent.settings optionBenjamin Lee1-4/+23
2023-08-12nixos/gnupg: require sockets.target, not just gpg-agent.socketedef1-1/+1
2023-06-30nixos/gnupg: fix pinentryFlavor documentation and add release noteDavid McFarland1-3/+1
2023-06-30nixos/gnupg: fix gpg-agent when pinentryFlavor is nullDavid McFarland1-2/+3
2023-06-26Merge pull request #231108 from corngood/gpg-agentMichele Guerini Rocco1-5/+77
2023-06-16nixos/gpg-agent: move pinentry-program to /etc/gnupg/gpg-agent.confDavid McFarland1-4/+5
2023-06-16nixos/gnupg: add systemd configurationDavid McFarland1-5/+76
2023-05-14nixos/gnupg: default to qt pinentry program in deepinrewine1-1/+2
2023-01-03nixos/gnupg: (fix) use runtimeShell to call updatestartupttyMarc Jakobi1-1/+1
2022-09-04nixos/gnupg: void error messages when using nix remote buildersSandro Jäckel1-1/+1
2022-08-27nixos/gnupg: use better trick to update the agent TTYrnhmjoj1-5/+7
2022-08-27nixos/*: literalDocBook -> literalMDpennae1-1/+1
2022-07-30treewide: automatically md-convert option descriptionspennae1-7/+7
2022-05-18nixos/gnupg: default to a reasonable pinentry program on headless systemsSandro1-1/+1
2022-01-02nixos/documentation: split options doc buildpennae1-0/+2
2021-12-09treewide: add literalDocBook text to options with complex defaultspennae1-0/+1
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-1/+1
2020-07-16yubikey-agent: init at 0.1.3Philip Potter1-2/+1
2020-01-24nixos/gnupg: actually use the configured gpg packageedef1-1/+1
2019-11-01nixos/gnupg: add dbus dependencies for gnome3 pinentryYury G. Kudryashov1-0/+2
2019-10-30gnupg: fix pinentry in sway (fix a typo in 3c39093c0d1)Yury G. Kudryashov1-1/+1
2019-10-29gnupg: fix pinentry on swayRobin Gloster1-1/+1
2019-10-16gnupg: disable gui/pinentry support by defaultFranz Pletz1-1/+1
2019-10-16nixos/gnupg: add option for setting pinentry flavoursFranz Pletz1-1/+38
2019-08-24nixos/gnupg: Add gpg to systemPackagesDaniel Hirschberger1-1/+2
2019-04-05programs.gnupg: Support setting the gnupg packageBastian Köcher1-3/+12
2019-02-23nixos/gnupg: set SSH_AUTH_SOCK in non-interactive settingsEmanuel Evans1-1/+3
2018-10-21gnupg: Fix, set current tty in interactive shellHeitham Omar1-1/+1
2017-08-04gnupg agent module: fix ssh agent assertion logicFranz Pletz1-1/+1
2017-07-17programs.gnupg: use extraInit instead of interactiveShellInitRobin Gloster1-1/+1
2017-07-14gnupg agent module: Only set tty for interactive shellsDaniel Fullmer1-1/+1
2017-07-14gnupg agent module: Fix dirmngr.enable optionDaniel Fullmer1-1/+1
2017-07-14gnupg agent module: Remove unnecessary unit configurationDaniel Fullmer1-55/+0
2017-06-15gnupg module: Added extra and browser sockets (#26295)Roger Qiu1-1/+82
2017-05-29gnupg agent module: initFranz Pletz1-0/+75