From c60de9291772c4186dda97da576039e6c7037b4d Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Mon, 19 Apr 2021 16:20:37 -0400 Subject: profiles/all-hardware.nix: Add simplefb for AArch64 --- nixos/modules/profiles/all-hardware.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nixos/modules/profiles/all-hardware.nix') diff --git a/nixos/modules/profiles/all-hardware.nix b/nixos/modules/profiles/all-hardware.nix index d460c52dbef..b2dd488908a 100644 --- a/nixos/modules/profiles/all-hardware.nix +++ b/nixos/modules/profiles/all-hardware.nix @@ -51,6 +51,13 @@ in # Hyper-V support. "hv_storvsc" + ] ++ lib.optionals pkgs.stdenv.isAarch64 [ + # Most of the following falls into two categories: + # - early KMS / early display + # - early storage (e.g. USB) support + + # Allows using framebuffer configured by the initial boot firmware + "simplefb" ]; # Include lots of firmware. -- cgit 1.4.1