hosts/VEGAS: load dm-raid1

This commit is contained in:
Max Headroom 2022-05-26 00:13:09 +02:00
parent 9a6ad0b080
commit 70dcacf828

View file

@ -9,7 +9,7 @@
];
boot.initrd.availableKernelModules = [ "ahci" ];
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.initrd.kernelModules = [ "dm-snapshot" "dm-raid1" ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];