Add Files directory to Syncthing
This commit is contained in:
parent
dfbdffb6a1
commit
4df25fcfc0
|
@ -62,12 +62,19 @@
|
||||||
path = "/home/coolneng/Projects";
|
path = "/home/coolneng/Projects";
|
||||||
devices = [ "zion" ];
|
devices = [ "zion" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
Phone = {
|
Phone = {
|
||||||
id = "m2007j20cg_288y-photos";
|
id = "m2007j20cg_288y-photos";
|
||||||
type = "receiveonly";
|
type = "receiveonly";
|
||||||
path = "/home/coolneng/Photos/Phone";
|
path = "/home/coolneng/Photos/Phone";
|
||||||
devices = [ "zion" ];
|
devices = [ "zion" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Files = {
|
||||||
|
id = "tsk52-u6rbk";
|
||||||
|
path = "/home/coolneng/Files";
|
||||||
|
devices = [ "zion" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue