diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-03-18 15:20:19 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-03-18 15:20:33 +0100 |
commit | 7d37b6e58520a5d279d3e7b573d4d1f0c4d7aa1a (patch) | |
tree | c12d17731f918e4858f6b4f3c1d2be77b4b301c7 /odin | |
parent | 34fe6cb58ecd1f1421154ca91a1a7fd0de27f6f8 (diff) | |
download | nixos-7d37b6e58520a5d279d3e7b573d4d1f0c4d7aa1a.tar nixos-7d37b6e58520a5d279d3e7b573d4d1f0c4d7aa1a.tar.gz nixos-7d37b6e58520a5d279d3e7b573d4d1f0c4d7aa1a.tar.bz2 nixos-7d37b6e58520a5d279d3e7b573d4d1f0c4d7aa1a.tar.xz nixos-7d37b6e58520a5d279d3e7b573d4d1f0c4d7aa1a.zip |
rescue odin
Diffstat (limited to 'odin')
-rw-r--r-- | odin/hw.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/odin/hw.nix b/odin/hw.nix index e3c711fc..c7ff5968 100644 --- a/odin/hw.nix +++ b/odin/hw.nix | |||
@@ -13,7 +13,10 @@ | |||
13 | "uhci_hcd" "ehci_pci" "ata_piix" "xhci_pci" "ahci" | 13 | "uhci_hcd" "ehci_pci" "ata_piix" "xhci_pci" "ahci" |
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" | ||
17 | "fbcon" "rtsx_pci_sdmmc" | ||
16 | ]; | 18 | ]; |
19 | kernelModules = [ "dm-raid" ]; | ||
17 | luks.devices = { | 20 | luks.devices = { |
18 | raid6 = { | 21 | raid6 = { |
19 | device = "/dev/disk/by-uuid/1a552384-4f74-40bf-a5cf-961ea24c339e"; | 22 | device = "/dev/disk/by-uuid/1a552384-4f74-40bf-a5cf-961ea24c339e"; |