From 52932118ce8419f402738d85eb774c6495823de2 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 18 Jan 2025 22:10:04 +0300 Subject: [PATCH] Bootloader: Add extra modules. --- system/Bootloader.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/Bootloader.nix b/system/Bootloader.nix index e90d6c0..b77482f 100644 --- a/system/Bootloader.nix +++ b/system/Bootloader.nix @@ -21,9 +21,12 @@ "mptspi" "nvme" "sd_mod" + "sdhci_pci" "sr_mod" + "thunderbolt" "usb_storage" "usbhid" + "vmd" "xhci_pci" ]; };