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 = [