add Videos to syncthing

This commit is contained in:
Romain Paquet 2025-02-08 10:14:09 +01:00
parent 3af7b79f83
commit 4292814f4c

View file

@ -39,6 +39,12 @@ in
"pixel-7a"
];
};
"Videos" = {
path = "${home}/Media/Videos";
devices = [
"haze"
];
};
};
};
};