summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2017-11-05 07:32:56 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2017-11-05 07:32:56 +0100
commit5b70c1855b9681cbbe3e7625350ce322a63572b3 (patch)
treee587b576bf813a9c42878296959870b0eb73c9f2 /nixos/doc/manual/release-notes
parent316de025d1cd2d12c0a2a6b8b61b8a70a293fe9b (diff)
downloadnixlib-5b70c1855b9681cbbe3e7625350ce322a63572b3.tar
nixlib-5b70c1855b9681cbbe3e7625350ce322a63572b3.tar.gz
nixlib-5b70c1855b9681cbbe3e7625350ce322a63572b3.tar.bz2
nixlib-5b70c1855b9681cbbe3e7625350ce322a63572b3.tar.lz
nixlib-5b70c1855b9681cbbe3e7625350ce322a63572b3.tar.xz
nixlib-5b70c1855b9681cbbe3e7625350ce322a63572b3.tar.zst
nixlib-5b70c1855b9681cbbe3e7625350ce322a63572b3.zip
Revert "Revert "services.xserver: assert that either desktop- or window manager is not "none"""
This reverts commit e64dc2543458b52abcd913bad87851f5d7db435d.
Diffstat (limited to 'nixos/doc/manual/release-notes')
-rw-r--r--nixos/doc/manual/release-notes/rl-1803.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1803.xml b/nixos/doc/manual/release-notes/rl-1803.xml
index 17b385242f6f..fe776c3df226 100644
--- a/nixos/doc/manual/release-notes/rl-1803.xml
+++ b/nixos/doc/manual/release-notes/rl-1803.xml
@@ -90,6 +90,14 @@ following incompatible changes:</para>
       That means that old configuration is not overwritten by default when update to the znc options are made.
     </para>
   </listitem>
+  <listitem>
+    <para>
+      The option <option>services.xserver.desktopManager.default</option> is now <literal>none</literal> by default.
+      An assertion failure is thrown if WM's and DM's default are <literal>none</literal>.
+      To explicitly run a plain X session without and DM or WM, the newly introduced option <option>services.xserver.plainX</option>
+      must be set to true.
+    </para>
+  </listitem>
 </itemizedlist>
 
 </section>