From 301e0e8ce385327184b54c9599dce1b80fc4d432 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 12 Nov 2024 17:12:19 +0100 Subject: [PATCH] urithiru: Switch data backups to elendel --- machines/urithiru/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/urithiru/default.nix b/machines/urithiru/default.nix index c34695d2..6ece696e 100644 --- a/machines/urithiru/default.nix +++ b/machines/urithiru/default.nix @@ -49,9 +49,9 @@ } { path = "zdata/data"; - remotePath = "zdata/data"; + remotePath = "zdata/safe/data"; fast = false; - location = "192.168.0.2"; + location = "elendel.vanpetegem.me"; } ]; rootDataset = "zroot/local/root";