infra/modules/nixos/raid.nix
2023-08-16 22:37:53 +00:00

4 lines
75 B
Nix

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