From 97fdab5767af2712295490d2a9ea835e54a77ebc Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Sun, 3 Nov 2024 21:15:32 +0100 Subject: [PATCH] nixos/magi: Enable RAID device mapper target --- nixos/module/magi.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/module/magi.nix b/nixos/module/magi.nix index ae78abc..bfa1ecb 100644 --- a/nixos/module/magi.nix +++ b/nixos/module/magi.nix @@ -51,6 +51,7 @@ BLK_DEV_MD = true; MD_AUTODETECT = true; MD_RAID1 = true; + DM_RAID = true; BNXT = true; BNXT_FLOWER_OFFLOAD = true;