From 18e31b5fa5d942ded714edc8e4af5d94d8bd2cd4 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 15 Sep 2018 18:47:37 +0200 Subject: mpt3sas in initrd --- odin/hw.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/odin/hw.nix b/odin/hw.nix index 85a06f63..cd940271 100644 --- a/odin/hw.nix +++ b/odin/hw.nix @@ -9,7 +9,11 @@ ]; boot.initrd = { - availableKernelModules = [ "uhci_hcd" "ehci_pci" "ata_piix" "xhci_pci" "ahci" "pata_marvell" "nvme" "firewire_ohci" "usb_storage" "usbhid" "sd_mod" "r8169" ]; + availableKernelModules = [ + "uhci_hcd" "ehci_pci" "ata_piix" "xhci_pci" "ahci" + "pata_marvell" "nvme" "firewire_ohci" "usb_storage" "usbhid" + "sd_mod" "r8169" "mpt3sas" + ]; luks.devices = { raid6 = { device = "/dev/disk/by-uuid/1a552384-4f74-40bf-a5cf-961ea24c339e"; -- cgit v1.2.3