summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2019-12-27 15:55:38 +0100
committerVladimír Čunát <v@cunat.cz>2019-12-27 15:55:38 +0100
commitc3d4998e416fd2704066d87461151bd2235471a8 (patch)
treee78231523c57083fcfde506fc9defc0485446ca0 /nixos/doc
parentbc555a24afbe0be95a90aee6cfccf626f4d6ac08 (diff)
parentf886a14dbdba8b134c2d6f067faffbcaeebd645b (diff)
downloadnixpkgs-c3d4998e416fd2704066d87461151bd2235471a8.tar
nixpkgs-c3d4998e416fd2704066d87461151bd2235471a8.tar.gz
nixpkgs-c3d4998e416fd2704066d87461151bd2235471a8.tar.bz2
nixpkgs-c3d4998e416fd2704066d87461151bd2235471a8.tar.lz
nixpkgs-c3d4998e416fd2704066d87461151bd2235471a8.tar.xz
nixpkgs-c3d4998e416fd2704066d87461151bd2235471a8.tar.zst
nixpkgs-c3d4998e416fd2704066d87461151bd2235471a8.zip
Merge #75803: kresd service: unify listen declarations
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2003.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2003.xml b/nixos/doc/manual/release-notes/rl-2003.xml
index 1c1c8908064..13f4c62c018 100644
--- a/nixos/doc/manual/release-notes/rl-2003.xml
+++ b/nixos/doc/manual/release-notes/rl-2003.xml
@@ -266,6 +266,14 @@ services.xserver.displayManager.defaultSession = "xfce+icewm";
    </listitem>
    <listitem>
     <para>
+     The <literal>kresd</literal> services deprecates the <literal>interfaces</literal> option
+     in favor of the <literal>listenPlain</literal> option which requires full
+     <link xlink:href="https://www.freedesktop.org/software/systemd/man/systemd.socket.html#ListenStream=">systemd.socket compatible</link>
+     declaration which always include a port.
+    </para>
+   </listitem>
+   <listitem>
+    <para>
      Virtual console options have been reorganized and can be found under
      a single top-level attribute: <literal>console</literal>.
      The full set of changes is as follows: