hetzner-ex101: add boot.swraid.enable option
All checks were successful
build / test (pull_request) Successful in 6s

This commit is contained in:
Jörg Thalheim 2023-08-11 17:34:56 +02:00
parent 234bda1241
commit 34468bab06

View File

@ -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;