Skip to content

Commit

Permalink
profiles/qemu_guest: add virtio_gpu to initrd
Browse files Browse the repository at this point in the history
(cherry picked from commit 66b8966)
  • Loading branch information
hughobrien authored and fpletz committed Jul 9, 2024
1 parent f044096 commit 467e433
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,7 +5,7 @@

{
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" ];

boot.initrd.postDeviceCommands = lib.mkIf (!config.boot.initrd.systemd.enable)
''
Expand Down

0 comments on commit 467e433

Please sign in to comment.