From 820b4a53d270cb871e3d69b98050cb3d45084d1e Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Thu, 28 May 2026 22:08:46 -0400 Subject: [PATCH] adding photos to syncthing --- systems/jeeves/syncthing.nix | 8 ++++++++ systems/rhapsody-in-green/syncthing.nix | 8 ++++++++ 2 files changed, 16 insertions(+) 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";