Test
This commit is contained in:
parent
788a16d8ff
commit
e25cd812eb
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue