turn off plymouth for VMs

This commit is contained in:
Aaron Honeycutt 2025-02-18 17:13:54 +00:00
parent 120d2a2336
commit c3c0917a7b

View file

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