summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2018-03-22 03:40:46 +0100
committerRobin Gloster <mail@glob.in>2018-03-22 03:40:46 +0100
commit0a80f2c0f4284428235b0f54e228f6e76f1673a7 (patch)
treee47d5435c8f3cbca827633637af674f1f051b624 /nixos/doc
parent88f06c5ce9800d661fa85c019838fe67635aa64f (diff)
downloadnixpkgs-0a80f2c0f4284428235b0f54e228f6e76f1673a7.tar
nixpkgs-0a80f2c0f4284428235b0f54e228f6e76f1673a7.tar.gz
nixpkgs-0a80f2c0f4284428235b0f54e228f6e76f1673a7.tar.bz2
nixpkgs-0a80f2c0f4284428235b0f54e228f6e76f1673a7.tar.lz
nixpkgs-0a80f2c0f4284428235b0f54e228f6e76f1673a7.tar.xz
nixpkgs-0a80f2c0f4284428235b0f54e228f6e76f1673a7.tar.zst
nixpkgs-0a80f2c0f4284428235b0f54e228f6e76f1673a7.zip
prosody: improve module handling
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-1803.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1803.xml b/nixos/doc/manual/release-notes/rl-1803.xml
index 20f23261b60..e67f1448466 100644
--- a/nixos/doc/manual/release-notes/rl-1803.xml
+++ b/nixos/doc/manual/release-notes/rl-1803.xml
@@ -347,6 +347,11 @@ following incompatible changes:</para>
     <para>
       The better-performing <literal>libevent</literal> backend is now enabled by default.
     </para>
+
+    <para>
+      <literal>withCommunityModules</literal> now passes through the modules to <option>services.prosody.extraModules</option>.
+      Use <literal>withOnlyInstalledCommunityModules</literal> for modules that should not be enabled directly, e.g <literal>lib_ldap</literal>.
+    </para>
   </listitem>
 
 </itemizedlist>