load igb on boot

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-24 13:30:30 +01:00
parent 6b6d7281e0
commit 9fbe4be99d
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -16,7 +16,7 @@
hardware.cpu.amd.updateMicrocode = true;
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.initrd.kernelModules = [ "igb" ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [
config.boot.kernelPackages.zenpower