diff --git a/hosts/VEGAS/hardware-configuration.nix b/hosts/VEGAS/hardware-configuration.nix index b7f927f..f718cc3 100644 --- a/hosts/VEGAS/hardware-configuration.nix +++ b/hosts/VEGAS/hardware-configuration.nix @@ -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 = [ ];