From 3d066f8f38ec04b404bb413ebfedd522196347d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Flo=C3=9Fmann?= Date: Wed, 10 Jul 2024 16:29:45 +0200 Subject: [PATCH] add raid support --- hosts/muffinman/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/muffinman/configuration.nix b/hosts/muffinman/configuration.nix index f2526f0..5778874 100644 --- a/hosts/muffinman/configuration.nix +++ b/hosts/muffinman/configuration.nix @@ -25,6 +25,8 @@ in # systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; + swraid.enable = true; + kernelParams = [ "ip=${static_ip}::${gateway}:255.255.255.0:${hostName}:" ]; initrd = { availableKernelModules = [ "igb" ]; @@ -101,7 +103,7 @@ in wget git - mdadm + # mdadm # shouldn't be needed with boot.swraid.enable = true ]; # Some programs need SUID wrappers, can be configured further or are