summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2020-01-08 20:18:26 +0100
committerAndreas Rammhold <andreas@rammhold.de>2020-05-01 13:33:54 +0200
commit819e8bb35f4a8371ee6af77dba9b8860041956b6 (patch)
treeb2f03dda5a0b71391e6dd1e68019db71241044b7 /nixos/doc
parentbb9b61e2b7d1dd14d9685bb188d13f45cdf21ad5 (diff)
nixos/networkd: rename the networkd dhcpConfig option to dhcpV4Config
This follows upstreams change in documentation. While the `[DHCP]` section might still work it is undocumented and we should probably not be using it anymore. Users can just upgrade to the new option without much hassle. I had to create a bit of custom module deprecation code since the usual approach doesn't support wildcards in the path.
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2009.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2009.xml b/nixos/doc/manual/release-notes/rl-2009.xml
index 1b40a84be554..54136ad55cdd 100644
--- a/nixos/doc/manual/release-notes/rl-2009.xml
+++ b/nixos/doc/manual/release-notes/rl-2009.xml
@@ -300,6 +300,17 @@ environment.systemPackages = [
<manvolnum>5</manvolnum></citerefentry> for details.
</para>
</listitem>
+ <listitem>
+ <para>
+ The <literal>systemd-networkd</literal> option
+ <literal>systemd.network.networks._name_.dhcpConfig</literal>
+ has been renamed to
+ <xref linkend="opt-systemd.network.networks._name_.dhcpV4Config"/>
+ following upstream systemd's documentation change.
+ See <citerefentry><refentrytitle>systemd.network</refentrytitle>
+ <manvolnum>5</manvolnum></citerefentry> for details.
+ </para>
+ </listitem>
</itemizedlist>
</section>