This commit is contained in:
iFargle 2023-12-02 11:24:49 +09:00
parent 788a16d8ff
commit e25cd812eb

View file

@ -16,7 +16,7 @@
nixpkgs.config.allowUnfree = false;
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "thunderbolt" "sd_mod" "uas" ];
boot.initrd.kernelModules = [ ];
boot.initrd.kernelModules = [ "r8152" ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];