From 4df25fcfc0c293775c56454a9192bd59411b371f Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 22 Dec 2020 03:44:56 +0100 Subject: [PATCH] Add Files directory to Syncthing --- modules/datasync.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/datasync.nix b/modules/datasync.nix index 724b849..0a8448b 100644 --- a/modules/datasync.nix +++ b/modules/datasync.nix @@ -62,12 +62,19 @@ path = "/home/coolneng/Projects"; devices = [ "zion" ]; }; + Phone = { id = "m2007j20cg_288y-photos"; type = "receiveonly"; path = "/home/coolneng/Photos/Phone"; devices = [ "zion" ]; }; + + Files = { + id = "tsk52-u6rbk"; + path = "/home/coolneng/Files"; + devices = [ "zion" ]; + }; }; }; };