From 7502a3f5186083f27e8be397d450e9cdba6fe01a Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 22 Dec 2020 03:45:30 +0100 Subject: [PATCH] Synchronize Files folder --- modules/datasync.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/datasync.nix b/modules/datasync.nix index f67afc3..77bb79e 100644 --- a/modules/datasync.nix +++ b/modules/datasync.nix @@ -52,12 +52,20 @@ path = "/vault/syncthing/Projects"; devices = [ "panacea" ]; }; + Phone = { id = "m2007j20cg_288y-photos"; type = "receiveonly"; path = "/vault/syncthing/Photos/Phone"; devices = [ "panacea" "caravanserai" ]; }; + + Files = { + id = "tsk52-u6rbk"; + type = "receiveonly"; + path = "/vault/syncthing/Files"; + devices = [ "panacea" "caravanserai" ]; + }; }; }; };