Fix inconsistent folder-ids on Syncthing

This commit is contained in:
coolneng 2019-12-23 21:23:13 +01:00
parent b76e3ef71c
commit 85d4f2cbd8
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 3 deletions

View File

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