mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
nixos/virtualisation: remove hard-coded virtio-gpu-pci device from aarch machines (#517012)
This commit is contained in:
@@ -551,7 +551,7 @@ in
|
||||
y = 768;
|
||||
};
|
||||
description = ''
|
||||
The resolution of the virtual machine display.
|
||||
The resolution of the virtual machine display (relevant only if virtualised machine uses grub bootloader).
|
||||
'';
|
||||
};
|
||||
|
||||
@@ -1379,7 +1379,6 @@ in
|
||||
"-device usb-tablet,bus=usb-bus.0"
|
||||
])
|
||||
(mkIf pkgs.stdenv.hostPlatform.isAarch [
|
||||
"-device virtio-gpu-pci"
|
||||
"-device usb-ehci,id=usb0"
|
||||
"-device usb-kbd"
|
||||
"-device usb-tablet"
|
||||
|
||||
Reference in New Issue
Block a user