summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJeremy Kolb <kjeremy@gmail.com>2021-07-13 21:26:58 -0400
committerGitHub <noreply@github.com>2021-07-14 03:26:58 +0200
commitf96ee10c8882780f85756d7c8cdf5c83c4156037 (patch)
tree8ae06856ad9e605327aea9a1fb8e9a9f0374b388 /nixos
parente85e671dee3bb45e7785fa773ed6eb81bfbf3d53 (diff)
downloadnixpkgs-f96ee10c8882780f85756d7c8cdf5c83c4156037.tar
nixpkgs-f96ee10c8882780f85756d7c8cdf5c83c4156037.tar.gz
nixpkgs-f96ee10c8882780f85756d7c8cdf5c83c4156037.tar.bz2
nixpkgs-f96ee10c8882780f85756d7c8cdf5c83c4156037.tar.lz
nixpkgs-f96ee10c8882780f85756d7c8cdf5c83c4156037.tar.xz
nixpkgs-f96ee10c8882780f85756d7c8cdf5c83c4156037.tar.zst
nixpkgs-f96ee10c8882780f85756d7c8cdf5c83c4156037.zip
open-vm-tools: 11.2.5 -> 11.3.0 (#129978)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/virtualisation/vmware-guest.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/virtualisation/vmware-guest.nix b/nixos/modules/virtualisation/vmware-guest.nix
index 962a9059ea4..9465a8d6800 100644
--- a/nixos/modules/virtualisation/vmware-guest.nix
+++ b/nixos/modules/virtualisation/vmware-guest.nix
@@ -56,5 +56,7 @@ in
           ${open-vm-tools}/bin/vmware-user-suid-wrapper
         '';
     };
+
+    services.udev.packages = [ open-vm-tools ];
   };
 }