nixos/initrd-network: fix docbook syntax

+1 -1
+1 -1
nixos/modules/system/boot/initrd-network.nix
··· 42 42 is acquired using DHCP. 43 43 44 44 You should add the module(s) required for your network card to 45 - boot.initrd.availableKernelModules. lspci -v -s <ethernet controller> 45 + boot.initrd.availableKernelModules. lspci -v -s &lt;ethernet controller&gt; 46 46 will tell you which. 47 47 ''; 48 48 };