Fix inconsistent folder-ids on Syncthing
This commit is contained in:
parent
b76e3ef71c
commit
85d4f2cbd8
|
@ -21,8 +21,8 @@
|
||||||
};
|
};
|
||||||
folders = {
|
folders = {
|
||||||
"Documents" = { devices = [ "monolith" "roamer" "unit" ]; id = "wusdj-bfjkr"; };
|
"Documents" = { devices = [ "monolith" "roamer" "unit" ]; id = "wusdj-bfjkr"; };
|
||||||
"Notes" = { devices = [ "monolith" "roamer" "unit" ]; id = "2aqt7-vpprc"; };
|
"Notes" = { devices = [ "monolith" "roamer" "unit" ]; id = "kafhz-bfmzm"; };
|
||||||
"Music" = { devices = [ "monolith" "roamer" "unit" ]; id = "kafhz-bfmzm"; };
|
"Music" = { devices = [ "monolith" "roamer" "unit" ]; id = "2aqt7-vpprc"; };
|
||||||
"Photos" = { devices = [ "monolith" "roamer" "unit" ]; id = "mjibc-ustcg"; };
|
"Photos" = { devices = [ "monolith" "roamer" "unit" ]; id = "mjibc-ustcg"; };
|
||||||
"Security" = { devices = [ "monolith" "roamer" "unit" ]; id = "z4lpn-pmm3v"; };
|
"Security" = { devices = [ "monolith" "roamer" "unit" ]; id = "z4lpn-pmm3v"; };
|
||||||
"Projects" = { devices = [ "monolith" "unit" ]; id = "cjhmu-avy9v"; };
|
"Projects" = { devices = [ "monolith" "unit" ]; id = "cjhmu-avy9v"; };
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
Documents.type = "receiveonly";
|
Documents.type = "receiveonly";
|
||||||
Notes.type = "receiveonly";
|
Notes.type = "receiveonly";
|
||||||
Music.type = "receiveonly";
|
Music.type = "receiveonly";
|
||||||
#Photos.type = "receiveonly";
|
Photos.type = "receiveonly";
|
||||||
Security.type = "receiveonly";
|
Security.type = "receiveonly";
|
||||||
Projects.type = "receiveonly";
|
Projects.type = "receiveonly";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue