diff --git a/modules/initrd-networking.nix b/modules/initrd-networking.nix index 64d2617..74e55f5 100644 --- a/modules/initrd-networking.nix +++ b/modules/initrd-networking.nix @@ -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"