summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2103.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2103.xml b/nixos/doc/manual/release-notes/rl-2103.xml
index a8f961a06dc7..7c6356770a5f 100644
--- a/nixos/doc/manual/release-notes/rl-2103.xml
+++ b/nixos/doc/manual/release-notes/rl-2103.xml
@@ -265,6 +265,28 @@
located in <literal>/run/rspamd</literal> instead of <literal>/run</literal>.
</para>
</listitem>
+ <listitem>
+ <para>
+ Enabling the Tor client no longer silently also enables and
+ configures Privoxy, and the
+ <varname>services.tor.client.privoxy.enable</varname> option has
+ been removed. To enable Privoxy, and to configure it to use
+ Tor's faster port, use the following configuration:
+ </para>
+ <programlisting>
+ <xref linkend="opt-services.privoxy.enable" /> = true;
+ <xref linkend="opt-services.privoxy.enableTor" /> = true;
+ </programlisting>
+ </listitem>
+ <listitem>
+ <para>
+ The options <literal>services.slurm.dbdserver.storagePass</literal>
+ and <literal>services.slurm.dbdserver.configFile</literal> have been removed.
+ Use <literal>services.slurm.dbdserver.storagePassFile</literal> instead to provide the database password.
+ Extra config options can be given via the option <literal>services.slurm.dbdserver.extraConfig</literal>. The actual configuration file is created on the fly on startup of the service.
+ This avoids that the password gets exposed in the nix store.
+ </para>
+ </listitem>
</itemizedlist>
</section>