Add Files directory to Syncthing
This commit is contained in:
parent
dfbdffb6a1
commit
4df25fcfc0
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue