summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-04-30 12:40:10 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2022-04-30 12:40:10 +0200
commit196c877c8555eb72e52c5a5353a18a710ad00c70 (patch)
treea7c16a0b77098d8f6875ad50947a69a32b9d40ae /nixos
parent8e42949a2421485c34fa56cff3e768af1c91459e (diff)
downloadnixpkgs-196c877c8555eb72e52c5a5353a18a710ad00c70.tar
nixpkgs-196c877c8555eb72e52c5a5353a18a710ad00c70.tar.gz
nixpkgs-196c877c8555eb72e52c5a5353a18a710ad00c70.tar.bz2
nixpkgs-196c877c8555eb72e52c5a5353a18a710ad00c70.tar.lz
nixpkgs-196c877c8555eb72e52c5a5353a18a710ad00c70.tar.xz
nixpkgs-196c877c8555eb72e52c5a5353a18a710ad00c70.tar.zst
nixpkgs-196c877c8555eb72e52c5a5353a18a710ad00c70.zip
nixos/network-interfaces: remove outdated deprecation information
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/tasks/network-interfaces.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/nixos/modules/tasks/network-interfaces.nix b/nixos/modules/tasks/network-interfaces.nix
index d09e9b99248..d56159f1596 100644
--- a/nixos/modules/tasks/network-interfaces.nix
+++ b/nixos/modules/tasks/network-interfaces.nix
@@ -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.
       '';
     };