From c39f9afdce9094cb416bac54ae43d19e4e287202 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Fri, 21 Jun 2024 20:45:25 -0400 Subject: [PATCH] removed storage/Syncthing --- systems/jeeves/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/systems/jeeves/configuration.nix b/systems/jeeves/configuration.nix index 5899f9f..a37a5ba 100644 --- a/systems/jeeves/configuration.nix +++ b/systems/jeeves/configuration.nix @@ -72,7 +72,7 @@ }; "books" = { id = "6uppx-vadmy"; # cspell:disable-line - path = "/zfs/storage/Syncthing/books"; + path = "/zfs/storage/syncthing/books"; devices = [ "bob" "phone" @@ -82,7 +82,7 @@ }; "important" = { id = "4ckma-gtshs"; # cspell:disable-line - path = "/zfs/storage/Syncthing/important"; + path = "/zfs/storage/syncthing/important"; devices = [ "bob" "phone" @@ -92,7 +92,7 @@ }; "music" = { id = "vprc5-3azqc"; # cspell:disable-line - path = "/zfs/storage/Syncthing/music"; + path = "/zfs/storage/syncthing/music"; devices = [ "bob" "phone" @@ -102,7 +102,7 @@ }; "projects" = { id = "vyma6-lqqrz"; # cspell:disable-line - path = "/zfs/storage/Syncthing/projects"; + path = "/zfs/storage/syncthing/projects"; devices = [ "bob" "rhapsody-in-green"