From 8a82db6a76310ef9e0f4e6b1fd558e45134243db Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Wed, 4 Dec 2024 15:16:20 +0100 Subject: [PATCH] accentor: More small tweaks --- machines/elendel/hardware.nix | 8 ++++++++ machines/urithiru/default.nix | 15 +-------------- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/machines/elendel/hardware.nix b/machines/elendel/hardware.nix index a76b6c8f..b6538a79 100644 --- a/machines/elendel/hardware.nix +++ b/machines/elendel/hardware.nix @@ -59,6 +59,14 @@ fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ]; }; + "/var/lib/accentor" = { + device = "zroot/local/services/accentor"; + fsType = "zfs"; + }; + "/var/lib/accentor/transcodes" = { + device = "zdata/local/services/accentor-transcode-cache"; + fsType = "zfs"; + }; "/var/lib/docker" = { device = "zroot/local/services/docker"; fsType = "zfs"; diff --git a/machines/urithiru/default.nix b/machines/urithiru/default.nix index 8233aebc..674ae140 100644 --- a/machines/urithiru/default.nix +++ b/machines/urithiru/default.nix @@ -28,20 +28,7 @@ }; zfs = { enable = true; - backups = [ - { - path = "zroot/safe/data"; - remotePath = "zdata/recv/urithiru/safe/data"; - fast = true; - location = "192.168.0.2"; - } - { - path = "zdata/big-apps/accentor"; - remotePath = "zdata/local/services/accentor-transcode-cache"; - fast = true; - location = "elendel.vanpetegem.me"; - } - ]; + backups = [ ]; rootDataset = "zroot/local/root"; rootPool = "zroot"; };