Skip to content

Instantly share code, notes, and snippets.

@mitchellh
mitchellh / vmware-guest.diff
Created October 20, 2021 00:08
aarch64: vmmouse and vmware video driver not yet working, but shared folders and copy & paste do work!
diff --git a/machines/vm-arch/aarch64-linux.nix b/machines/vm-arch/aarch64-linux.nix
index 7944fbc..932ce99 100644
--- a/machines/vm-arch/aarch64-linux.nix
+++ b/machines/vm-arch/aarch64-linux.nix
@@ -9,6 +9,13 @@
'';
}];
+ # Disable the default module and import our override. We have
+ # customizations to make this work on aarch64.