open-vm-tools: fixes host VMware errors

This commit is contained in:
Joaquim Pedro França Simão
2016-05-05 21:27:54 +01:00
committed by zimbatm
parent 0ecef73966
commit 133dc10e5a
2 changed files with 11 additions and 1 deletions
@@ -25,6 +25,8 @@ in
serviceConfig.ExecStart = "${open-vm-tools}/bin/vmtoolsd";
};
environment.etc."vmware-tools".source = "${pkgs.open-vm-tools}/etc/vmware-tools/*";
services.xserver = {
videoDrivers = mkOverride 50 [ "vmware" ];