virtualisation.vmware.host.extraConfig
NixOS option
Add extra config to /etc/vmware/config
type: strings concatenated with "\n"Default
""
Example
declared in: nixos/modules/virtualisation/vmware-host.nixView source on NixOS/nixpkgs →'' # Allow unsupported device's OpenGL and Vulkan acceleration for guest vGPU mks.gl.allowUnsupportedDrivers = "TRUE" mks.vk.allowUnsupportedDevices = "TRUE" ''