summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-2311.section.md
diff options
context:
space:
mode:
authorBenjamin Lee <benjamin@computer.surgery>2023-09-30 22:36:30 -0700
committerBenjamin Lee <benjamin@computer.surgery>2023-10-05 18:43:23 -0700
commitf0a8e05a5d95d2b4e08b53e0ae6c3bbe38b98945 (patch)
tree08fc19833eff68707ef9e31ca0141939efff5553 /nixos/doc/manual/release-notes/rl-2311.section.md
parent8a86b98f0ba1c405358f1b71ff8b5e1d317f5db2 (diff)
downloadnixpkgs-f0a8e05a5d95d2b4e08b53e0ae6c3bbe38b98945.tar
nixpkgs-f0a8e05a5d95d2b4e08b53e0ae6c3bbe38b98945.tar.gz
nixpkgs-f0a8e05a5d95d2b4e08b53e0ae6c3bbe38b98945.tar.bz2
nixpkgs-f0a8e05a5d95d2b4e08b53e0ae6c3bbe38b98945.tar.lz
nixpkgs-f0a8e05a5d95d2b4e08b53e0ae6c3bbe38b98945.tar.xz
nixpkgs-f0a8e05a5d95d2b4e08b53e0ae6c3bbe38b98945.tar.zst
nixpkgs-f0a8e05a5d95d2b4e08b53e0ae6c3bbe38b98945.zip
nixos/gnupg: add agent.settings option
Diffstat (limited to 'nixos/doc/manual/release-notes/rl-2311.section.md')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index 91715616be4..23e62047f9b 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -302,6 +302,8 @@ The module update takes care of the new config syntax and the data itself (user
 
 - `programs.gnupg.agent.pinentryFlavor` is now set in `/etc/gnupg/gpg-agent.conf`, and will no longer take precedence over a `pinentry-program` set in `~/.gnupg/gpg-agent.conf`.
 
+- `programs.gnupg` now has the option `agent.settings` to set verbatim config values in `/etc/gnupg/gpg-agent.conf`.
+
 - `dockerTools.buildImage`, `dockerTools.buildLayeredImage` and `dockerTools.streamLayeredImage` now use `lib.makeOverridable` to allow `dockerTools`-based images to be customized more efficiently at the nix-level.
 
 - `services.influxdb2` now supports doing an automatic initial setup and provisioning of users, organizations, buckets and authentication tokens, see [#249502](https://github.com/NixOS/nixpkgs/pull/249502) for more details.