Merge pull request #141 from nix-community/joerg-ci
add comment for lvm raid
This commit is contained in:
commit
b75f16f72f
1 changed files with 6 additions and 1 deletions
|
@ -43,7 +43,12 @@
|
|||
"xfs"
|
||||
];
|
||||
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 = [
|
||||
config.boot.kernelPackages.zfs
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue