From b61f237c0cf74b47a037ed7fa06eef687bc2000b Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Thu, 13 Dec 2018 00:20:00 +0100
Subject: [PATCH] ma omo.r: new disks for snapraid

---
 1systems/omo/hw/omo.nix | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/1systems/omo/hw/omo.nix b/1systems/omo/hw/omo.nix
index 1b618a4..31db335 100644
--- a/1systems/omo/hw/omo.nix
+++ b/1systems/omo/hw/omo.nix
@@ -48,9 +48,8 @@ in {
 
   makefu.snapraid = {
     enable = true;
-    # TODO: 3 is not protected
-    disks = map toMapper [ 0 1 ];
-    parity = toMapper 2;
+    disks = map toMapper [ 0 2 3 ];
+    parity = toMapper 1;
   };
   fileSystems = let
     cryptMount = name: