summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-09-15 18:47:37 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-09-15 18:47:37 +0200
commit18e31b5fa5d942ded714edc8e4af5d94d8bd2cd4 (patch)
tree9877d2d8db701f56a04fba6fa2facd1702278d79
parentcf989ad5240c2d08e002ac99b08f85cc8ee6ebf7 (diff)
downloadnixos-18e31b5fa5d942ded714edc8e4af5d94d8bd2cd4.tar
nixos-18e31b5fa5d942ded714edc8e4af5d94d8bd2cd4.tar.gz
nixos-18e31b5fa5d942ded714edc8e4af5d94d8bd2cd4.tar.bz2
nixos-18e31b5fa5d942ded714edc8e4af5d94d8bd2cd4.tar.xz
nixos-18e31b5fa5d942ded714edc8e4af5d94d8bd2cd4.zip
mpt3sas in initrd
-rw-r--r--odin/hw.nix6
1 files changed, 5 insertions, 1 deletions
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 @@
9 ]; 9 ];
10 10
11 boot.initrd = { 11 boot.initrd = {
12 availableKernelModules = [ "uhci_hcd" "ehci_pci" "ata_piix" "xhci_pci" "ahci" "pata_marvell" "nvme" "firewire_ohci" "usb_storage" "usbhid" "sd_mod" "r8169" ]; 12 availableKernelModules = [
13 "uhci_hcd" "ehci_pci" "ata_piix" "xhci_pci" "ahci"
14 "pata_marvell" "nvme" "firewire_ohci" "usb_storage" "usbhid"
15 "sd_mod" "r8169" "mpt3sas"
16 ];
13 luks.devices = { 17 luks.devices = {
14 raid6 = { 18 raid6 = {
15 device = "/dev/disk/by-uuid/1a552384-4f74-40bf-a5cf-961ea24c339e"; 19 device = "/dev/disk/by-uuid/1a552384-4f74-40bf-a5cf-961ea24c339e";