summary refs log tree commit diff
path: root/nixos/modules/profiles
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2021-05-01 16:58:50 -0400
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2021-05-04 19:42:13 -0400
commit14ac6de0244049c7a4a3d0cfd400c6e6f5081ea9 (patch)
treead845a34830401f71e20487cfbb76c400384c20b /nixos/modules/profiles
parent82625705c624feb2aafabf7a0af8b64b4b036ec8 (diff)
downloadnixpkgs-14ac6de0244049c7a4a3d0cfd400c6e6f5081ea9.tar
nixpkgs-14ac6de0244049c7a4a3d0cfd400c6e6f5081ea9.tar.gz
nixpkgs-14ac6de0244049c7a4a3d0cfd400c6e6f5081ea9.tar.bz2
nixpkgs-14ac6de0244049c7a4a3d0cfd400c6e6f5081ea9.tar.lz
nixpkgs-14ac6de0244049c7a4a3d0cfd400c6e6f5081ea9.tar.xz
nixpkgs-14ac6de0244049c7a4a3d0cfd400c6e6f5081ea9.tar.zst
nixpkgs-14ac6de0244049c7a4a3d0cfd400c6e6f5081ea9.zip
profiles/all-hardware.nix: Fix for arvmv7l-linux
Diffstat (limited to 'nixos/modules/profiles')
-rw-r--r--nixos/modules/profiles/all-hardware.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/profiles/all-hardware.nix b/nixos/modules/profiles/all-hardware.nix
index 2371f21fa08..7b305319e84 100644
--- a/nixos/modules/profiles/all-hardware.nix
+++ b/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.