From 70dcacf828be229550c5f4f42f87b734dbaccdcd Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 26 May 2022 00:13:09 +0200 Subject: [PATCH] hosts/VEGAS: load dm-raid1 --- hosts/VEGAS/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [ ];