diff --git a/systems/jeeves/syncthing.nix b/systems/jeeves/syncthing.nix index fcff44e..625187b 100644 --- a/systems/jeeves/syncthing.nix +++ b/systems/jeeves/syncthing.nix @@ -10,6 +10,14 @@ in settings = { devices.davids-server.id = "7GXTDGR-AOXFW2O-K6J7NM3-XYZNRRW-AKHAFWM-GBOWUPQ-OA6JIWD-ER7RDQL"; # cspell:disable-line folders = { + photos = { + path = "${vars.syncthing}/important"; + devices = [ + "rhapsody-in-green" + "phone" + ]; + fsWatcherEnabled = true; + }; "dotfiles" = { path = "/home/richie/dotfiles"; devices = [ diff --git a/systems/rhapsody-in-green/syncthing.nix b/systems/rhapsody-in-green/syncthing.nix index e34d6ba..4994b04 100644 --- a/systems/rhapsody-in-green/syncthing.nix +++ b/systems/rhapsody-in-green/syncthing.nix @@ -39,6 +39,14 @@ ]; fsWatcherEnabled = true; }; + photos = { + path = "/home/richie/photos"; + devices = [ + "jeeves" + "phone" + ]; + fsWatcherEnabled = true; + }; "projects" = { id = "vyma6-lqqrz"; # cspell:disable-line path = "/home/richie/projects";