add WMware
This commit is contained in:
parent
e708d48fbd
commit
c82a5255b3
|
@ -29,4 +29,9 @@
|
||||||
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