virtualisation.qemu.options

NixOS option

Options passed to QEMU. See QEMU User Documentation for a complete list.

type: list of string
Default
[ ]
Example
[
  "-vga std"
]
declared in: nixos/modules/virtualisation/qemu-vm.nixView source on NixOS/nixpkgs →