add WMware
This commit is contained in:
parent
c82a5255b3
commit
d288e044a0
|
@ -18,6 +18,11 @@
|
||||||
|
|
||||||
# Manage the virtualisation services
|
# Manage the virtualisation services
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
|
vmware.host = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.vmware-workstation;
|
||||||
|
};
|
||||||
|
|
||||||
libvirtd = {
|
libvirtd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
qemu = {
|
qemu = {
|
||||||
|
@ -29,9 +34,4 @@
|
||||||
spiceUSBRedirection.enable = true;
|
spiceUSBRedirection.enable = true;
|
||||||
};
|
};
|
||||||
services.spice-vdagentd.enable = true;
|
services.spice-vdagentd.enable = true;
|
||||||
|
|
||||||
vmware.host = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.vmware-workstation;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue