diff options
author | makefu <github@syntax-fehler.de> | 2018-12-13 00:20:00 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-12-13 00:20:00 +0100 |
commit | 67d54622a399fc650b72b9aaf960b73996bdf0aa (patch) | |
tree | e7bf78a1032e4149e565be5b78b592fd18e4c246 /makefu/1systems | |
parent | 1a88a8ae6447528fc505607f680573c501fc2273 (diff) |
ma omo.r: new disks for snapraid
Diffstat (limited to 'makefu/1systems')
-rw-r--r-- | makefu/1systems/omo/hw/omo.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/makefu/1systems/omo/hw/omo.nix b/makefu/1systems/omo/hw/omo.nix index 1b618a486..31db335bb 100644 --- a/makefu/1systems/omo/hw/omo.nix +++ b/makefu/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: |