summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin/hw.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin/hw.nix b/odin/hw.nix
index ae8cf825..85a06f63 100644
--- a/odin/hw.nix
+++ b/odin/hw.nix
@@ -9,7 +9,7 @@
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" ]; 12 availableKernelModules = [ "uhci_hcd" "ehci_pci" "ata_piix" "xhci_pci" "ahci" "pata_marvell" "nvme" "firewire_ohci" "usb_storage" "usbhid" "sd_mod" "r8169" ];
13 luks.devices = { 13 luks.devices = {
14 raid6 = { 14 raid6 = {
15 device = "/dev/disk/by-uuid/1a552384-4f74-40bf-a5cf-961ea24c339e"; 15 device = "/dev/disk/by-uuid/1a552384-4f74-40bf-a5cf-961ea24c339e";