From 3bbb5c202fdbf154b347473e89c1ee77b516e703 Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:23:48 +0100 Subject: [PATCH] feat(hosts/masterplan/hardware_configuration): add kernel modules --- hosts/masterplan/hardware_configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/masterplan/hardware_configuration.nix b/hosts/masterplan/hardware_configuration.nix index 8e240f8..ef577bd 100644 --- a/hosts/masterplan/hardware_configuration.nix +++ b/hosts/masterplan/hardware_configuration.nix @@ -13,7 +13,7 @@ extraModulePackages = []; initrd = { - availableKernelModules = ["nvme" "xhci_pci"]; + availableKernelModules = ["nvme" "sd_mod" "usb_storage" "xhci_pci"]; kernelModules = []; };