diff --git a/modules/datasync.nix b/modules/datasync.nix index 534abae..ee188d6 100644 --- a/modules/datasync.nix +++ b/modules/datasync.nix @@ -70,6 +70,12 @@ path = "/home/coolneng/Projects"; devices = [ "zion" ]; }; + Phone = { + id = "m2007j20cg_288y-photos"; + type = "receiveonly"; + path = "/home/coolneng/Photos/Phone"; + devices = [ "zion" ]; + }; }; }; };