From ccba4f566d8f95273d0c7ace42220ec1b728a619 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Wed, 18 Sep 2024 17:00:08 +0200 Subject: [PATCH] thor: Add extra modules to initrd --- machines/thor/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/thor/configuration.nix b/machines/thor/configuration.nix index 54cdf48..93a622a 100644 --- a/machines/thor/configuration.nix +++ b/machines/thor/configuration.nix @@ -73,6 +73,8 @@ "xhci_pci" "usbhid" "uas" + "pcie_brcmstb" # Required for the PCIe bus to work + "reset-raspberrypi" # Required to load VL805 firmware ]; };