MyNixOS website logo
option

virtualisation.vmware.host.extraConfig

Add extra config to /etc/vmware/config.

Declarations
Type
strings concatenated with "\n"
Default
""
Example
''
  # Allow unsupported device's OpenGL and Vulkan acceleration for guest vGPU
  mks.gl.allowUnsupportedDrivers = "TRUE"
  mks.vk.allowUnsupportedDevices = "TRUE"
''