add comment for lvm raid
This commit is contained in:
parent
092b60439f
commit
c0a2c19f83
1 changed files with 6 additions and 1 deletions
|
@ -43,7 +43,12 @@
|
||||||
"xfs"
|
"xfs"
|
||||||
];
|
];
|
||||||
boot = {
|
boot = {
|
||||||
kernelModules = [ "dm-raid" "zfs" ];
|
kernelModules = [
|
||||||
|
"zfs"
|
||||||
|
# we have to explicitly enable this, otherwise it is not loaded even when creating a raid:
|
||||||
|
# https://github.com/nix-community/nixos-anywhere/issues/249
|
||||||
|
"dm-raid"
|
||||||
|
];
|
||||||
extraModulePackages = [
|
extraModulePackages = [
|
||||||
config.boot.kernelPackages.zfs
|
config.boot.kernelPackages.zfs
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue