nixos/magi: Enable RAID device mapper target

This commit is contained in:
Mikael 2024-11-03 21:15:32 +01:00
parent b9d7ccb1ea
commit 97fdab5767
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -51,6 +51,7 @@
BLK_DEV_MD = true; BLK_DEV_MD = true;
MD_AUTODETECT = true; MD_AUTODETECT = true;
MD_RAID1 = true; MD_RAID1 = true;
DM_RAID = true;
BNXT = true; BNXT = true;
BNXT_FLOWER_OFFLOAD = true; BNXT_FLOWER_OFFLOAD = true;