Merge pull request #34112 from Baughn/nix-docs

initrd-network: Document the need for modules

authored by Jörg Thalheim and committed by GitHub c1e764d6 f518ac73

+4
+4
nixos/modules/system/boot/initrd-network.nix
··· 40 kernel documentation</link>. Otherwise, if 41 <option>networking.useDHCP</option> is enabled, an IP address 42 is acquired using DHCP. 43 ''; 44 }; 45
··· 40 kernel documentation</link>. Otherwise, if 41 <option>networking.useDHCP</option> is enabled, an IP address 42 is acquired using DHCP. 43 + 44 + You should add the module(s) required for your network card to 45 + boot.initrd.availableKernelModules. lspci -v -s <ethernet controller> 46 + will tell you which. 47 ''; 48 }; 49