From 4292814f4c4d61ce075b48005f8ae083f1608457 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Sat, 8 Feb 2025 10:14:09 +0100 Subject: [PATCH] add Videos to syncthing --- hosts/genepi/syncthing.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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" + ]; + }; }; }; };