diff --git a/systems/bob/syncthing.nix b/systems/bob/syncthing.nix index ff9fc29..2bb85a9 100644 --- a/systems/bob/syncthing.nix +++ b/systems/bob/syncthing.nix @@ -29,13 +29,5 @@ ]; fsWatcherEnabled = true; }; - "temp" = { - id = "bob_temp"; - path = "/home/richie/temp"; - devices = [ - "jeeves" - ]; - fsWatcherEnabled = true; - }; }; } diff --git a/systems/jeeves/syncthing.nix b/systems/jeeves/syncthing.nix index 1bcc968..3bf0c99 100644 --- a/systems/jeeves/syncthing.nix +++ b/systems/jeeves/syncthing.nix @@ -15,13 +15,6 @@ in ]; fsWatcherEnabled = true; }; - "bob_temp" = { - path = "${vars.storage_syncthing}/bob_temp"; - devices = [ - "jeeves" - ]; - fsWatcherEnabled = true; - }; "notes" = { id = "l62ul-lpweo"; # cspell:disable-line path = vars.media_notes;