diff options
-rw-r--r-- | odin/hw.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odin/hw.nix b/odin/hw.nix index 9fb6e348..a0af42a6 100644 --- a/odin/hw.nix +++ b/odin/hw.nix | |||
@@ -10,7 +10,7 @@ | |||
10 | 10 | ||
11 | boot.initrd = { | 11 | boot.initrd = { |
12 | availableKernelModules = [ | 12 | availableKernelModules = [ |
13 | "uhci_hcd" "ehci_pci" "ata_piix" "xhci_pci" "ahci" | 13 | "uhci_hcd" "ehci_pci" "xhci_pci" |
14 | "pata_marvell" "nvme" "firewire_ohci" "usb_storage" "usbhid" | 14 | "pata_marvell" "nvme" "firewire_ohci" "usb_storage" "usbhid" |
15 | "sd_mod" "r8169" "mpt3sas" | 15 | "sd_mod" "r8169" "mpt3sas" |
16 | "dm-snapshot" "dm-integrity" "dm-raid" "drbg" "authenc" | 16 | "dm-snapshot" "dm-integrity" "dm-raid" "drbg" "authenc" |
@@ -18,7 +18,7 @@ | |||
18 | "cryptd" "crypto-simd" | 18 | "cryptd" "crypto-simd" |
19 | "essiv" "authenc" | 19 | "essiv" "authenc" |
20 | ]; | 20 | ]; |
21 | kernelModules = [ "dm-raid" "dm-crypt" ]; | 21 | kernelModules = [ "dm-raid" "dm-crypt" "ahci" "sd" "ata_piix" ]; |
22 | luks.devices = { | 22 | luks.devices = { |
23 | raid6 = { | 23 | raid6 = { |
24 | device = "/dev/disk/by-uuid/1a552384-4f74-40bf-a5cf-961ea24c339e"; | 24 | device = "/dev/disk/by-uuid/1a552384-4f74-40bf-a5cf-961ea24c339e"; |