Synchronize phone camera pictures

This commit is contained in:
coolneng 2020-12-10 14:20:13 +01:00
parent 7acac333b3
commit 6669a824a7
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,12 @@
path = "/vault/syncthing/Projects"; path = "/vault/syncthing/Projects";
devices = [ "panacea" ]; devices = [ "panacea" ];
}; };
Phone = {
id = "m2007j20cg_288y-photos";
type = "receiveonly";
path = "/vault/syncthing/Photos/Phone";
devices = [ "panacea" "dendrite" ];
};
}; };
}; };
}; };