diff --git a/systems/bob/syncthing.nix b/systems/bob/syncthing.nix index 8dbf55c..3a3423c 100644 --- a/systems/bob/syncthing.nix +++ b/systems/bob/syncthing.nix @@ -9,16 +9,6 @@ ]; fsWatcherEnabled = true; }; - "books" = { - id = "6uppx-vadmy"; # cspell:disable-line - path = "/home/richie/books"; - devices = [ - "phone" - "jeeves" - "rhapsody-in-green" - ]; - fsWatcherEnabled = true; - }; "important" = { id = "4ckma-gtshs"; # cspell:disable-line path = "/home/richie/important"; diff --git a/systems/jeeves/syncthing.nix b/systems/jeeves/syncthing.nix index a7132c5..d938587 100644 --- a/systems/jeeves/syncthing.nix +++ b/systems/jeeves/syncthing.nix @@ -21,16 +21,6 @@ in ]; fsWatcherEnabled = true; }; - "books" = { - id = "6uppx-vadmy"; # cspell:disable-line - path = "${vars.storage_syncthing}/books"; - devices = [ - "bob" - "rhapsody-in-green" - "phone" - ]; - fsWatcherEnabled = true; - }; "important" = { id = "4ckma-gtshs"; # cspell:disable-line path = "${vars.storage_syncthing}/important"; @@ -62,7 +52,7 @@ in fsWatcherEnabled = true; }; "rhapsody-in-green_temp" = { - path = "${vars.storage_syncthing}/projects"; + path = "${vars.storage_syncthing}/rhapsody-in-green_temp"; devices = [ "rhapsody-in-green" ]; diff --git a/systems/rhapsody-in-green/syncthing.nix b/systems/rhapsody-in-green/syncthing.nix index bc563cd..46b2002 100644 --- a/systems/rhapsody-in-green/syncthing.nix +++ b/systems/rhapsody-in-green/syncthing.nix @@ -9,16 +9,6 @@ ]; fsWatcherEnabled = true; }; - "books" = { - id = "6uppx-vadmy"; # cspell:disable-line - path = "/home/richie/books"; - devices = [ - "bob" - "jeeves" - "phone" - ]; - fsWatcherEnabled = true; - }; "important" = { id = "4ckma-gtshs"; # cspell:disable-line path = "/home/richie/important"; @@ -51,9 +41,8 @@ }; rhapsody-in-temp = { id = "rhapsody-in-green_temp"; - path = "/home/richie/projects"; + path = "/home/richie/temp"; devices = [ - "bob" "jeeves" ]; fsWatcherEnabled = true;