Add Files directory to Syncthing

This commit is contained in:
coolneng 2020-12-22 03:44:56 +01:00
parent dfbdffb6a1
commit 4df25fcfc0
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 7 additions and 0 deletions

View File

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