summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-2205.section.md
diff options
context:
space:
mode:
authorzseri <zseri.devel@ytrizja.de>2022-02-11 14:26:07 +0100
committerzseri <zseri.devel@ytrizja.de>2022-02-23 23:41:15 +0100
commit72957a2dc0c0307c3dc0e9c13457d9fa15c60bcc (patch)
tree3d3e39149df91072ac306fce705e4496a4bb54e0 /nixos/doc/manual/release-notes/rl-2205.section.md
parent48c3c219bda0e8e99394667df43e81a8a06190a6 (diff)
downloadnixpkgs-72957a2dc0c0307c3dc0e9c13457d9fa15c60bcc.tar
nixpkgs-72957a2dc0c0307c3dc0e9c13457d9fa15c60bcc.tar.gz
nixpkgs-72957a2dc0c0307c3dc0e9c13457d9fa15c60bcc.tar.bz2
nixpkgs-72957a2dc0c0307c3dc0e9c13457d9fa15c60bcc.tar.lz
nixpkgs-72957a2dc0c0307c3dc0e9c13457d9fa15c60bcc.tar.xz
nixpkgs-72957a2dc0c0307c3dc0e9c13457d9fa15c60bcc.tar.zst
nixpkgs-72957a2dc0c0307c3dc0e9c13457d9fa15c60bcc.zip
element-desktop: make keytar optional
Diffstat (limited to 'nixos/doc/manual/release-notes/rl-2205.section.md')
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index a8017f26708..aed8f1b1dd5 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -307,6 +307,10 @@ In addition to numerous new and upgraded packages, this release has the followin
   using `fetchgit` or `fetchhg` if the argument `fetchSubmodules`
   is set to `true`.
 
+- The `element-desktop` package now has an `useKeytar` option (defaults to `true`),
+  which allows disabling `keytar` and in turn `libsecret` usage
+  (which binds to native credential managers / keychain libraries).
+
 - The option `services.thelounge.plugins` has been added to allow installing plugins for The Lounge. Plugins can be found in `pkgs.theLoungePlugins.plugins` and `pkgs.theLoungePlugins.themes`.
 
 - The `firmwareLinuxNonfree` package has been renamed to `linux-firmware`.