From 6669a824a7c0e66cfe2336c1d1d8bf66389351f8 Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 10 Dec 2020 14:20:13 +0100 Subject: [PATCH] Synchronize phone camera pictures --- modules/datasync.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/datasync.nix b/modules/datasync.nix index ae4ffd7..40ab717 100644 --- a/modules/datasync.nix +++ b/modules/datasync.nix @@ -52,6 +52,12 @@ path = "/vault/syncthing/Projects"; devices = [ "panacea" ]; }; + Phone = { + id = "m2007j20cg_288y-photos"; + type = "receiveonly"; + path = "/vault/syncthing/Photos/Phone"; + devices = [ "panacea" "dendrite" ]; + }; }; }; };