Skip to content

Commit

Permalink
pass in aarchh64 args
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Apr 21, 2017
1 parent e3a7d6e commit c479fce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixos/modules/virtualisation/qemu-vm.nix
Expand Up @@ -429,7 +429,8 @@ in

virtualisation.pathsInNixDB = [ config.system.build.toplevel ];

virtualisation.qemu.options = [ "-vga std" "-usbdevice tablet" ];
virtualisation.qemu.options = [ "-machine gic-version=host" "-cpu host"
"-machine host" ];

# 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 c479fce

Please sign in to comment.