diff options
-rw-r--r-- | odin/hw.nix | 6 |
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"; |