virtualisation.resolution
NixOS option
The resolution of the virtual machine display (relevant only if virtualised machine uses grub bootloader).
type: attribute setDefault
declared in: nixos/modules/virtualisation/qemu-vm.nixView source on NixOS/nixpkgs →{
x = 1024;
y = 768;
}