it did not like having different values

This commit is contained in:
Aaron Honeycutt 2025-02-18 10:19:42 -07:00
parent c3c0917a7b
commit c64c47303f

View file

@ -3,7 +3,6 @@
{ {
# Add kernel parameters for virtual machines # Add kernel parameters for virtual machines
boot.kernelParams = [ "vfio-pci.ids=8086:9b41" "qxl" "bochs_drm"]; boot.kernelParams = [ "vfio-pci.ids=8086:9b41" "qxl" "bochs_drm"];
boot.plymouth.enable = false;
networking.hostName = "vm"; networking.hostName = "vm";
} }