diff --git a/nixos/modules/profiles/all-hardware.nix b/nixos/modules/profiles/all-hardware.nix index 7b305319e84..c185acc5a0f 100644 --- a/nixos/modules/profiles/all-hardware.nix +++ b/nixos/modules/profiles/all-hardware.nix @@ -51,7 +51,7 @@ in # Hyper-V support. "hv_storvsc" - ] ++ lib.optionals pkgs.stdenv.isAarch64 [ + ] ++ lib.optionals (pkgs.stdenv.isAarch32 || pkgs.stdenv.isAarch64) [ # Most of the following falls into two categories: # - early KMS / early display # - early storage (e.g. USB) support @@ -67,6 +67,10 @@ in # PWM for the backlight "pwm-sun4i" + ] ++ lib.optionals pkgs.stdenv.isAarch64 [ + # Most of the following falls into two categories: + # - early KMS / early display + # - early storage (e.g. USB) support # Broadcom