syncthing fixes and updates
This commit is contained in:
parent
a443023441
commit
1fc9aa1001
@ -9,18 +9,31 @@
|
|||||||
configDir = "/home/${username}/.config/syncthing";
|
configDir = "/home/${username}/.config/syncthing";
|
||||||
guiAddress = "0.0.0.0:8384";
|
guiAddress = "0.0.0.0:8384";
|
||||||
overrideFolders = true;
|
overrideFolders = true;
|
||||||
|
devices = {
|
||||||
|
"M.Phone.Pixel" = { id = "WMGWVOU-DFZQSZO-46XQJQA-Q5XD5ZB-NDXK5SP-LXNAADH-Z2KJN4P-4P4UXA5"; };
|
||||||
|
"Lambda" = { id = "ZYNSFWR-F3ZNDDT-66TSJWB-PRP3KQK-IWTTABU-GGWT5DL-RWC7VAE-LI5AXQQ"; };
|
||||||
|
};
|
||||||
folders = {
|
folders = {
|
||||||
"Documents" = {
|
"Documents" = {
|
||||||
path = "/home/${username}/Documents";
|
path = "/home/${username}/Documents";
|
||||||
|
devices = [ "M.Phone.Pixel" ];
|
||||||
};
|
};
|
||||||
"Pictures" = {
|
"Pictures" = {
|
||||||
path = "/home/${username}/Pictures";
|
path = "/home/${username}/Pictures";
|
||||||
|
devices = [ "M.Phone.Pixel" ];
|
||||||
};
|
};
|
||||||
"Videos" = {
|
"Videos" = {
|
||||||
path = "/home/${username}/Videos";
|
path = "/home/${username}/Videos";
|
||||||
|
devices = [ "M.Phone.Pixel" ];
|
||||||
};
|
};
|
||||||
"Music" = {
|
"Music" = {
|
||||||
path = "/home/${username}/Music";
|
path = "/home/${username}/Music";
|
||||||
|
devices = [ "M.Phone.Pixel" ];
|
||||||
|
};
|
||||||
|
"Android Camera" = {
|
||||||
|
id = "pixel_7_pro_2qyx-photos";
|
||||||
|
path = "/home/${username}/Pictures/DCIM";
|
||||||
|
devices = [ "M.Phone.Pixel" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user