about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-07-21 13:39:47 +0200
committermakefu <github@syntax-fehler.de>2020-07-23 17:30:05 +0200
commitecdc10db971594c447bbd89a3660da184e475368 (patch)
treecdcb0000c8f975e26a627754efa0d9c67f5c5940 /nixos/doc/manual
parent282c558084330e08fb20e2b150c677d1658fcd3a (diff)
release-notes/rl-2009: add remark about udpt complete rewrite
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2009.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2009.xml b/nixos/doc/manual/release-notes/rl-2009.xml
index 97b94c5756a77..8d6bcccb9dae2 100644
--- a/nixos/doc/manual/release-notes/rl-2009.xml
+++ b/nixos/doc/manual/release-notes/rl-2009.xml
@@ -527,6 +527,14 @@ systemd.services.nginx.serviceConfig.ReadWritePaths = [ "/var/www" ];
    </listitem>
    <listitem>
     <para>
+      <literal>udpt</literal> experienced a complete rewrite from C++ to rust. The configuration format changed from ini to toml.
+      The new configuration documentation can be found at
+      <link xlink:href="https://naim94a.github.io/udpt/config.html">the official website</link> and example
+      configuration is packaged in <literal>${udpt}/share/udpt/udpt.toml</literal>.
+    </para>
+   </listitem>
+   <listitem>
+    <para>
      We now have a unified <xref linkend="opt-services.xserver.displayManager.autoLogin"/> option interface
      to be used for every display-manager in NixOS.
     </para>