diff --git a/hosts/genepi/syncthing.nix b/hosts/genepi/syncthing.nix index 525714e..8f22685 100644 --- a/hosts/genepi/syncthing.nix +++ b/hosts/genepi/syncthing.nix @@ -39,6 +39,12 @@ in "pixel-7a" ]; }; + "Videos" = { + path = "${home}/Media/Videos"; + devices = [ + "haze" + ]; + }; }; }; };