From 67d54622a399fc650b72b9aaf960b73996bdf0aa Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 13 Dec 2018 00:20:00 +0100 Subject: ma omo.r: new disks for snapraid --- makefu/1systems/omo/hw/omo.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'makefu/1systems/omo') diff --git a/makefu/1systems/omo/hw/omo.nix b/makefu/1systems/omo/hw/omo.nix index 1b618a48..31db335b 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: -- cgit v1.2.3 From f6d38eafe875ed344ce282c21c99f2b1919f043f Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 13 Dec 2018 01:31:17 +0100 Subject: ma omor: move homeautomation, add google-muell --- makefu/1systems/omo/config.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'makefu/1systems/omo') diff --git a/makefu/1systems/omo/config.nix b/makefu/1systems/omo/config.nix index 260f9608..81b1e0ea 100644 --- a/makefu/1systems/omo/config.nix +++ b/makefu/1systems/omo/config.nix @@ -44,7 +44,8 @@ in { # - + # statistics + # Logging #influx + grafana @@ -74,7 +75,8 @@ in { "homeassistant-0.77.2" ]; } - + + { makefu.ps3netsrv = { enable = true; -- cgit v1.2.3