Skip to content

Commit

Permalink
virtio-gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Apr 21, 2017
1 parent d4fc5ae commit f239bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/virtualisation/qemu-vm.nix
Expand Up @@ -430,7 +430,7 @@ in
virtualisation.pathsInNixDB = [ config.system.build.toplevel ];

virtualisation.qemu.options = [ "-machine gic-version=host" "-cpu host"
"-machine virt" ];
"-machine virt" "-device virtio-gpu" ];

# Mount the host filesystem via 9P, and bind-mount the Nix store
# of the host into our own filesystem. We use mkVMOverride to
Expand Down

0 comments on commit f239bde

Please sign in to comment.