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:
parent
d233e33a76
commit
e50016cd7b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user