add WMware
This commit is contained in:
parent
c82a5255b3
commit
d288e044a0
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue