diff --git a/hardware/hetzner-dedicated-storage1.nix b/hardware/hetzner-dedicated-storage1.nix index 5ab1895..8953429 100644 --- a/hardware/hetzner-dedicated-storage1.nix +++ b/hardware/hetzner-dedicated-storage1.nix @@ -5,8 +5,10 @@ boot.initrd.availableKernelModules = [ "ahci" "sd_mod" ]; boot.initrd.kernelModules = [ "dm-snapshot" ]; + boot.swraid.enable = true; boot.swraid.mdadmConf = '' HOMEHOST + PROGRAM true ''; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ];