infra/modules/nixos/raid.nix

5 lines
75 B
Nix
Raw Normal View History

{
# for mdraid 1.1
boot.loader.grub.extraConfig = "insmod mdraid1x";
}