1
0
forked from extern/nix-config

Enable host virtualization

Unfortunately, libvirt / QEMU / KVM / virt-manager etc. aren't quite
there yet when it comes to virtualization of non-Linux guests. Since I
do not have the equipment necessary to pass through a second GPU, it's
much easier to rely on the current dominance that VMware has in the
field.
This commit is contained in:
Donovan Glover 2023-06-03 10:58:52 -04:00
parent d233e33a76
commit e50016cd7b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -12,6 +12,15 @@
./zathura ./zathura
]; ];
virtualisation.vmware.host = {
enable = true;
extraConfig = ''
# Enable 3D acceleration on the host
mks.gl.allowUnsupportedDrivers = "TRUE"
mks.vk.allowUnsupportedDevices = "TRUE"
'';
};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
audacity audacity
gimp gimp