about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorgoibhniu <cillian.deroiste@gmail.com>2020-03-17 19:07:41 +0000
committerGitHub <noreply@github.com>2020-03-17 19:07:41 +0000
commit5241e5a193f009bc8b1235904a8bc15cbe0e2c00 (patch)
treecaed01bf03f62bdacfe8ac19dbabb983809c4a1c /nixos/doc/manual
parentb6a5079800f520c3e30bd285c84d67643c973f42 (diff)
parent1affd47cc10e62f5c58e106c9135e86c0c898a5f (diff)
downloadnixlib-5241e5a193f009bc8b1235904a8bc15cbe0e2c00.tar
nixlib-5241e5a193f009bc8b1235904a8bc15cbe0e2c00.tar.gz
nixlib-5241e5a193f009bc8b1235904a8bc15cbe0e2c00.tar.bz2
nixlib-5241e5a193f009bc8b1235904a8bc15cbe0e2c00.tar.lz
nixlib-5241e5a193f009bc8b1235904a8bc15cbe0e2c00.tar.xz
nixlib-5241e5a193f009bc8b1235904a8bc15cbe0e2c00.tar.zst
nixlib-5241e5a193f009bc8b1235904a8bc15cbe0e2c00.zip
Merge pull request #79851 from mmilata/supybot-enhancements
nixos/supybot: switch to python3, enable systemd sandboxing, add option for installing plugins
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2009.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2009.xml b/nixos/doc/manual/release-notes/rl-2009.xml
index 72474e5dbd4a..2f61ee5ae2ed 100644
--- a/nixos/doc/manual/release-notes/rl-2009.xml
+++ b/nixos/doc/manual/release-notes/rl-2009.xml
@@ -86,6 +86,16 @@
 }</programlisting>
     </para>
    </listitem>
+   <listitem>
+    <para>
+      The <link linkend="opt-services.supybot.enable">supybot</link> module now uses <literal>/var/lib/supybot</literal>
+      as its default <link linkend="opt-services.supybot.stateDir">stateDir</link> path if <literal>stateVersion</literal>
+      is 20.09 or higher. It also enables number of
+      <link xlink:href="https://www.freedesktop.org/software/systemd/man/systemd.exec.html#Sandboxing">systemd sandboxing options</link>
+      which may possibly interfere with some plugins. If this is the case you can disable the options through attributes in
+      <option>systemd.services.supybot.serviceConfig</option>.
+    </para>
+   </listitem>
   </itemizedlist>
  </section>