summaryrefslogtreecommitdiff
path: root/odin/hw.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-09-07 10:37:17 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-09-07 10:37:17 +0200
commitcab8330b015ab19758b0051c417c345474dcb01f (patch)
treeed4b409e312a66e2f3988726e7a154733d8d4109 /odin/hw.nix
parentc3966959877a22c04f025628648963d29c940661 (diff)
downloadnixos-cab8330b015ab19758b0051c417c345474dcb01f.tar
nixos-cab8330b015ab19758b0051c417c345474dcb01f.tar.gz
nixos-cab8330b015ab19758b0051c417c345474dcb01f.tar.bz2
nixos-cab8330b015ab19758b0051c417c345474dcb01f.tar.xz
nixos-cab8330b015ab19758b0051c417c345474dcb01f.zip
network drivers in initrd
Diffstat (limited to 'odin/hw.nix')
-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";