From cba169511745c89949f596cf8bb7d3c0d70ace7e Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Sun, 16 Feb 2025 14:53:49 +0100 Subject: [PATCH] add Pictures to syncthing --- hosts/genepi/syncthing.nix | 6 ++++++ hosts/haze/syncthing.nix | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/hosts/genepi/syncthing.nix b/hosts/genepi/syncthing.nix index 8f22685..3a0240f 100644 --- a/hosts/genepi/syncthing.nix +++ b/hosts/genepi/syncthing.nix @@ -39,6 +39,12 @@ in "pixel-7a" ]; }; + "Pictures" = { + path = "${home}/Media/Pictures"; + devices = [ + "haze" + ]; + }; "Videos" = { path = "${home}/Media/Videos"; devices = [ diff --git a/hosts/haze/syncthing.nix b/hosts/haze/syncthing.nix index d83672e..0199de1 100644 --- a/hosts/haze/syncthing.nix +++ b/hosts/haze/syncthing.nix @@ -45,6 +45,12 @@ in "pixel-7a" ]; }; + "Pictures" = { + path = "${home}/Pictures"; + devices = [ + "genepi" + ]; + }; "Videos" = { path = "${home}/Videos"; devices = [