summaryrefslogtreecommitdiff
path: root/odin
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2020-03-18 16:31:19 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2020-03-18 16:31:19 +0100
commit2da244ef676cc770dc8d1d699c5880b4bca1cea4 (patch)
tree500b1f6d6b693520f12e21df1ab69a6b7afae220 /odin
parent05ac15957b1960c88d6717d2e4832243c9c4b10d (diff)
downloadnixos-2da244ef676cc770dc8d1d699c5880b4bca1cea4.tar
nixos-2da244ef676cc770dc8d1d699c5880b4bca1cea4.tar.gz
nixos-2da244ef676cc770dc8d1d699c5880b4bca1cea4.tar.bz2
nixos-2da244ef676cc770dc8d1d699c5880b4bca1cea4.tar.xz
nixos-2da244ef676cc770dc8d1d699c5880b4bca1cea4.zip
...
Diffstat (limited to 'odin')
-rw-r--r--odin/hw.nix4
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";