add WMware

This commit is contained in:
Frost-Phoenix 2024-01-27 18:01:07 +01:00
parent c82a5255b3
commit d288e044a0

View file

@ -18,6 +18,11 @@
# Manage the virtualisation services
virtualisation = {
vmware.host = {
enable = true;
package = pkgs.vmware-workstation;
};
libvirtd = {
enable = true;
qemu = {
@ -29,9 +34,4 @@
spiceUSBRedirection.enable = true;
};
services.spice-vdagentd.enable = true;
vmware.host = {
enable = true;
package = pkgs.vmware-workstation;
};
}