nixos/magi: Enable RAID device mapper target
Some checks are pending
nix flake check / check (aarch64-linux) (push) Waiting to run
nix flake check / check (x86_64-linux) (push) Waiting to run

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

View file

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