Merge pull request #140 from nix-community/add-dm-raid

load dm-raid kernel module
This commit is contained in:
Jörg Thalheim 2023-11-12 12:33:28 +01:00 committed by GitHub
commit 092b60439f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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