nixosTests.armagetronad: use virtio-gpu for client VMs

This commit is contained in:
Pratham Patel 2026-04-07 23:36:16 +05:30
commit 14c100ffb4
No known key found for this signature in database

View file

@ -16,6 +16,7 @@ let
];
hardware.graphics.enable = true;
virtualisation.memorySize = 384;
virtualisation.qemu.options = [ "-vga none -device virtio-gpu-pci" ];
environment = {
systemPackages = [ pkgs.armagetronad ];
variables.XAUTHORITY = "/home/${user}/.Xauthority";