nixos/network-interfaces: remove outdated deprecation information

This commit is contained in:
Maximilian Bosch 2022-04-30 12:40:10 +02:00
parent 8e42949a24
commit 196c877c85
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -1254,11 +1254,6 @@ in
Whether to use DHCP to obtain an IP address and other
configuration for all network interfaces that are not manually
configured.
Using this option is highly discouraged and also incompatible with
<option>networking.useNetworkd</option>. Please use
<option>networking.interfaces.&lt;name&gt;.useDHCP</option> instead
and set this to false.
'';
};