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