From 3632219cac04257715b4830650b3d99f4e64b24e Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 12 Nov 2024 23:53:00 +0100 Subject: [PATCH] urithiru: Send accentor dataset to elendel as well --- machines/elendel/hardware.nix | 2 +- machines/urithiru/default.nix | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/machines/elendel/hardware.nix b/machines/elendel/hardware.nix index 6ccacd22..57bed110 100644 --- a/machines/elendel/hardware.nix +++ b/machines/elendel/hardware.nix @@ -46,7 +46,7 @@ neededForBoot = true; }; "/srv/data" = { - device = "zdata/data"; + device = "zdata/safe/data"; fsType = "zfs"; }; "/boot/ESP0" = { diff --git a/machines/urithiru/default.nix b/machines/urithiru/default.nix index 6ece696e..30a12e7f 100644 --- a/machines/urithiru/default.nix +++ b/machines/urithiru/default.nix @@ -29,12 +29,6 @@ zfs = { enable = true; backups = [ - { - path = "zroot/safe/data"; - remotePath = "zdata/recv/urithiru/safe/data"; - fast = true; - location = "192.168.0.2"; - } { path = "zroot/safe/data"; remotePath = "zdata/recv/urithiru/safe/data"; @@ -43,9 +37,9 @@ } { path = "zdata/big-apps/accentor"; - remotePath = "zdata/recv/urithiru/big-apps/accentor"; + remotePath = "zdata/local/services/accentor-transcode-cache"; fast = true; - location = "192.168.0.2"; + location = "elendel.vanpetegem.me"; } { path = "zdata/data";