load dm-raid kernel module
Fixes https://github.com/nix-community/nixos-anywhere/issues/249
This commit is contained in:
parent
81ab4e8f6f
commit
a8fbf192c7
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
"xfs"
|
"xfs"
|
||||||
];
|
];
|
||||||
boot = {
|
boot = {
|
||||||
kernelModules = [ "zfs" ];
|
kernelModules = [ "dm-raid" "zfs" ];
|
||||||
extraModulePackages = [
|
extraModulePackages = [
|
||||||
config.boot.kernelPackages.zfs
|
config.boot.kernelPackages.zfs
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue