From b25b9e656abbda54abbc37b725ff1bc61c949b60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20K=C3=A1n=C4=9B?= Date: Thu, 3 Apr 2025 10:10:37 +0200 Subject: [PATCH] nixos/dhcpcd: fix typo in documentation The manpage of dhcpcd says: >If any interface reports a working carrier then dhcpcd will try to >obtain a lease before forking to the background, otherwise it will fork >right away. --- nixos/modules/services/networking/dhcpcd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/dhcpcd.nix b/nixos/modules/services/networking/dhcpcd.nix index ab425e74eaf6..308ae1278a1b 100644 --- a/nixos/modules/services/networking/dhcpcd.nix +++ b/nixos/modules/services/networking/dhcpcd.nix @@ -226,7 +226,7 @@ in (IPv4 or IPv6) to be assigned. If set to "both", dhcpcd will wait for both an IPv4 and an IPv6 address before forking. The option "if-carrier-up" is equivalent to "any" if either ethernet - is plugged nor WiFi is powered, and to "background" otherwise. + is plugged or WiFi is powered, and to "background" otherwise. ''; };