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" ]; + }; }; }; };