virtualisation.resolution

NixOS option

The resolution of the virtual machine display (relevant only if virtualised machine uses grub bootloader).

type: attribute set
Default
{
  x = 1024;
  y = 768;
}
declared in: nixos/modules/virtualisation/qemu-vm.nixView source on NixOS/nixpkgs →