summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2020-11-07 02:10:39 +0100
committerrnhmjoj <rnhmjoj@inventati.org>2021-01-11 08:41:16 +0100
commit88f71722ea5d7c02946cc7773621bbe4c8844d70 (patch)
treedf182790fb5340d413ed2cd9a6b6eb88c26e935a /nixos/doc
parent623664e84f3d3db8c32d65df4cab1a174edff71e (diff)
nixos/doc: add searx changes to the relase notes
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2103.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2103.xml b/nixos/doc/manual/release-notes/rl-2103.xml
index 38bf69afa8b6..a3543aae1ea3 100644
--- a/nixos/doc/manual/release-notes/rl-2103.xml
+++ b/nixos/doc/manual/release-notes/rl-2103.xml
@@ -402,6 +402,18 @@ http://some.json-exporter.host:7979/probe?target=https://example.com/some/json/e
SDK licenses if your project requires it. See the androidenv documentation for more details.
</para>
</listitem>
+ <listitem>
+ <para>
+ The Searx module has been updated with the ability to configure the
+ service declaratively and uWSGI integration.
+ The option <literal>services.searx.configFile</literal> has been renamed
+ to <xref linkend="opt-services.searx.settingsFile"/> for consistency with
+ the new <xref linkend="opt-services.searx.settings"/>. In addition, the
+ <literal>searx</literal> uid and gid reservations have been removed
+ since they were not necessary: the service is now running with a
+ dynamically allocated uid.
+ </para>
+ </listitem>
</itemizedlist>
</section>