diff --git a/machines/urithiru/default.nix b/machines/urithiru/default.nix index 62b119cd..705841b5 100644 --- a/machines/urithiru/default.nix +++ b/machines/urithiru/default.nix @@ -35,12 +35,30 @@ fast = true; location = "192.168.0.2"; } + { + path = "zroot/safe/data"; + remotePath = "zdata/recv/urithiru/safe/data"; + fast = true; + location = "192.168.0.2"; + } + { + path = "zdata/big-apps/accentor"; + remotePath = "zdata/recv/urithiru/big-apps/accentor"; + fast = true; + location = "192.168.0.2"; + } { path = "zdata/data"; remotePath = "zdata/data"; fast = false; location = "192.168.0.2"; } + { + path = "zdata/data"; + remotePath = "zdata/data"; + fast = false; + location = "socrates.machines.robbevp.be"; + } ]; rootDataset = "zroot/local/root"; };