Skip to content

Commit

Permalink
profiles/qemu_guest: add virtio_gpu to initrd
Browse files Browse the repository at this point in the history
  • Loading branch information
hughobrien committed Jul 7, 2024
1 parent a3f0f82 commit 66b8966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/profiles/qemu-guest.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

{
boot.initrd.availableKernelModules = [ "virtio_net" "virtio_pci" "virtio_mmio" "virtio_blk" "virtio_scsi" "9p" "9pnet_virtio" ];
boot.initrd.kernelModules = [ "virtio_balloon" "virtio_console" "virtio_rng" ];
boot.initrd.kernelModules = [ "virtio_balloon" "virtio_console" "virtio_rng" "virtio_gpu" ];
}

0 comments on commit 66b8966

Please sign in to comment.