summaryrefslogtreecommitdiffstats
path: root/nixos/modules/virtualisation/vmware-guest.nix
AgeCommit message (Collapse)Author
2019-02-20Merge pull request #54917 from peterhoeg/f/vmwarePeter Hoeg
vmware: move from services to virtualisation and add support for paravirtual controller
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson
It is deprecated and will be removed after 18.09.
2018-05-28vmware: move from servers to virtualisation where it belongsPeter Hoeg
2017-08-15open-vm-tools: do not pull x dependencies unconditionallyPeter Hoeg
The "headless" configuration option is ignored because we unconditionally reference pkgs.open-vm-tools. This fixes that.
2017-02-10open-vm-tools: 10.0.7 -> 10.1.0Tuomas Tynkkynen
Also add an option to disable all the X11 stuff.
2016-11-18vmware-guest: fix vmmouse driverAndreas Noever
Fix automatic mouse grabbing/releasing when running as a vmware guest. 1. The xf86inputvmmouse is not loaded by default. Add it. 2. InptutDevice sections for which specify a driver are ignored if AutoAddDevices is enabled (which it is by default). See [1]. Instead use an InputClass to load the vmmouse driver. [1] https://www.x.org/archive/X11R7.7/doc/man/man5/xorg.conf.5.xhtml#heading8
2016-05-05open-vm-tools: fixes host VMware errorsJoaquim Pedro França Simão
2015-06-21fix argument in mkEnableOptionArseniy Seroka
2015-05-15VMWare guest support and open-vm-tools packageJussi Maki