fix: add boot.kernelPackages to fix bootup error with graphics drivers
This commit is contained in:
parent
3abee2cc76
commit
abfcd4adca
1 changed files with 2 additions and 1 deletions
|
|
@ -15,8 +15,9 @@
|
|||
|
||||
boot.initrd.availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod"];
|
||||
boot.initrd.kernelModules = [];
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelModules = ["kvm-intel"];
|
||||
boot.extraModulePackages = with pkgs.linuxPackages; [
|
||||
boot.extraModulePackages = with pkgs.linuxPackages_latest; [
|
||||
v4l2loopback
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue