diff options
| -rw-r--r-- | odin/hw.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/odin/hw.nix b/odin/hw.nix index c7ff5968..da918552 100644 --- a/odin/hw.nix +++ b/odin/hw.nix | |||
| @@ -15,8 +15,9 @@ | |||
| 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" |
| 17 | "fbcon" "rtsx_pci_sdmmc" | 17 | "fbcon" "rtsx_pci_sdmmc" |
| 18 | "cryptd" "crypto-simd" | ||
| 18 | ]; | 19 | ]; |
| 19 | kernelModules = [ "dm-raid" ]; | 20 | kernelModules = [ "dm-raid" "dm-crypt" ]; |
| 20 | luks.devices = { | 21 | luks.devices = { |
| 21 | raid6 = { | 22 | raid6 = { |
| 22 | device = "/dev/disk/by-uuid/1a552384-4f74-40bf-a5cf-961ea24c339e"; | 23 | device = "/dev/disk/by-uuid/1a552384-4f74-40bf-a5cf-961ea24c339e"; |
