profiles/all-hardware.nix: Fix for arvmv7l-linux

wip/little-gl
Samuel Dionne-Riel 3 years ago
parent 82625705c6
commit 14ac6de024
  1. 2
      nixos/modules/profiles/all-hardware.nix

@ -46,7 +46,7 @@ in
# VMware support.
"mptspi" "vmxnet3" "vsock"
] ++ lib.optional platform.isx86 "vmw_balloon"
++ lib.optionals (!platform.isAarch64) [ # not sure where else they're missing
++ lib.optionals (!platform.isAarch64 && !platform.isAarch32) [ # not sure where else they're missing
"vmw_vmci" "vmwgfx" "vmw_vsock_vmci_transport"
# Hyper-V support.

Loading…
Cancel
Save