diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-03-18 16:11:59 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-03-18 16:11:59 +0100 |
commit | 057b9883c5fef42cefdadf3c6604f951a95234f2 (patch) | |
tree | 6f61652f6be778ddcb945d4d9b7ff9ccc22795bf /odin | |
parent | 5b762b1f137b1a5b0a4ee675bd2b26e8cd97c626 (diff) | |
download | nixos-057b9883c5fef42cefdadf3c6604f951a95234f2.tar nixos-057b9883c5fef42cefdadf3c6604f951a95234f2.tar.gz nixos-057b9883c5fef42cefdadf3c6604f951a95234f2.tar.bz2 nixos-057b9883c5fef42cefdadf3c6604f951a95234f2.tar.xz nixos-057b9883c5fef42cefdadf3c6604f951a95234f2.zip |
...
Diffstat (limited to 'odin')
-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"; |