summary refs log tree commit diff
path: root/nixos/doc
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
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')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml10
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md4
2 files changed, 14 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index 612846122a7..a2a38da2b73 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -919,6 +919,16 @@
       </listitem>
       <listitem>
         <para>
+          The <literal>element-desktop</literal> package now has an
+          <literal>useKeytar</literal> option (defaults to
+          <literal>true</literal>), which allows disabling
+          <literal>keytar</literal> and in turn
+          <literal>libsecret</literal> usage (which binds to native
+          credential managers / keychain libraries).
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           The option <literal>services.thelounge.plugins</literal> has
           been added to allow installing plugins for The Lounge. Plugins
           can be found in
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`.