Add VM kernel options

This commit is contained in:
Aaron Honeycutt 2024-01-18 15:48:24 +00:00
parent b067cc1a2e
commit 21e687c3c9

View file

@ -8,6 +8,8 @@
# Latest kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
# Add kernel parameters for virtual machines
boot.kernelParams = [ "vfio-pci.ids=8086:9b41" "qxl" "bochs_drm"];
boot.loader = {
systemd-boot.enable = true;