load dm-raid kernel module

Fixes https://github.com/nix-community/nixos-anywhere/issues/249
This commit is contained in:
zimbatm 2023-11-12 11:42:58 +01:00
parent 81ab4e8f6f
commit a8fbf192c7

View file

@ -43,7 +43,7 @@
"xfs" "xfs"
]; ];
boot = { boot = {
kernelModules = [ "zfs" ]; kernelModules = [ "dm-raid" "zfs" ];
extraModulePackages = [ extraModulePackages = [
config.boot.kernelPackages.zfs config.boot.kernelPackages.zfs
]; ];