diff --git a/modules/hetzner-ex101.nix b/modules/hetzner-ex101.nix index 436a824..cafb6eb 100644 --- a/modules/hetzner-ex101.nix +++ b/modules/hetzner-ex101.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { # Enable raid support specifically, this will disable srvos's # systemd-initrd as well, which currently is not compatible with mdraid. - boot.initrd.services.swraid.enable = true; + boot.swraid.enable = true; systemd.services.mdmonitor.enable = false; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;