virtualisation.kvmgt.enable
NixOS option
Whether to enable KVMGT (iGVT-g) VGPU support. When enabled on a host, allows Qemu/KVM guests to share host’s Intel integrated graphics card. Currently only one graphical device can be shared. To allow host users to access the device without root add them to the kvm group: users.extraUsers.<yourusername>.extraGroups = [ "kvm" ]; .
type: booleanDefault
false
Example
declared in: nixos/modules/virtualisation/kvmgt.nixView source on NixOS/nixpkgs →true