clan-infra/modules/hetzner-ex101.nix
Jörg Thalheim cbc7de9d07
All checks were successful
build / test (push) Successful in 13s
add new baremetal server
2023-07-18 16:21:31 +02:00

9 lines
322 B
Nix

{
# 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;
systemd.services.mdmonitor.enable = false;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}