summaryrefslogtreecommitdiffstats
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2018-02-22 23:06:31 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2018-02-22 22:06:31 +0000
commita43e33d0e48b2284ac3a2222d7f1965cef66f5e2 (patch)
tree46013e20ce274022fc2b9eb80d54257194686e4f /nixos/doc/manual/release-notes
parent664cb083e756d3db1ea6b8433d3fa1d88046c6bd (diff)
nixos: disable sound by default, if stateVersion >= 18.03 (#35355)
Diffstat (limited to 'nixos/doc/manual/release-notes')
-rw-r--r--nixos/doc/manual/release-notes/rl-1803.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1803.xml b/nixos/doc/manual/release-notes/rl-1803.xml
index ce58c4dc95b0..469c6a9f338c 100644
--- a/nixos/doc/manual/release-notes/rl-1803.xml
+++ b/nixos/doc/manual/release-notes/rl-1803.xml
@@ -210,6 +210,9 @@ following incompatible changes:</para>
</para>
<itemizedlist>
<listitem>
+ <literal>sound.enable</literal> now defaults to false.
+ </listitem>
+ <listitem>
<para>
<literal>matrix-synapse</literal> uses postgresql by default instead of sqlite.
Migration instructions can be found <link xlink:href="https://github.com/matrix-org/synapse/blob/master/docs/postgres.rst#porting-from-sqlite"> here </link>.