initrd-networking: add igb

This commit is contained in:
Jörg Thalheim 2023-09-05 16:57:03 +02:00
parent f4ab1cbdc1
commit b03d7f2052

View File

@ -61,6 +61,7 @@ in
boot.initrd.kernelModules = [
"e1000e" # older hetzner machines, 1 GbE nics
"igc" # newer herzner machines, 2.5 GbE nics
"igb"
# for debugging installation in vms
"virtio_pci"
"virtio_net"