Synchronize Files folder
This commit is contained in:
parent
fb3e35d061
commit
7502a3f518
|
@ -52,12 +52,20 @@
|
||||||
path = "/vault/syncthing/Projects";
|
path = "/vault/syncthing/Projects";
|
||||||
devices = [ "panacea" ];
|
devices = [ "panacea" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
Phone = {
|
Phone = {
|
||||||
id = "m2007j20cg_288y-photos";
|
id = "m2007j20cg_288y-photos";
|
||||||
type = "receiveonly";
|
type = "receiveonly";
|
||||||
path = "/vault/syncthing/Photos/Phone";
|
path = "/vault/syncthing/Photos/Phone";
|
||||||
devices = [ "panacea" "caravanserai" ];
|
devices = [ "panacea" "caravanserai" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Files = {
|
||||||
|
id = "tsk52-u6rbk";
|
||||||
|
type = "receiveonly";
|
||||||
|
path = "/vault/syncthing/Files";
|
||||||
|
devices = [ "panacea" "caravanserai" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue