reorder vm config

This commit is contained in:
Aaron Honeycutt 2024-09-19 19:17:20 -06:00
parent 45762681d9
commit 2905652078
3 changed files with 8 additions and 244 deletions

View file

@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
# Add kernel parameters for virtual machines
boot.kernelParams = [ "vfio-pci.ids=8086:9b41" "qxl" "bochs_drm"];
networking.hostName = "vm";
}