dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

commit 58f6f781024d5f79dddfb36e4529eb17484ae81c
parent 32abdfc18eb9037bc670e29737a4eb586a80b1d9
Author: Chris <chris@echoz.io>
Date:   Wed, 22 Oct 2025 15:24:28 +0200

feat: add software raid modules/tools

Diffstat:
Amodules/mdraid/default.nix | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/modules/mdraid/default.nix b/modules/mdraid/default.nix @@ -0,0 +1,3 @@ +{ + boot.swraid.enable = true; +}