Delete Security folder from Syncthing
This commit is contained in:
parent
65afa32e57
commit
f210353ce5
|
@ -24,21 +24,18 @@
|
||||||
"Notes" = { devices = [ "monolith" "roamer" "unit" ]; id = "kafhz-bfmzm"; };
|
"Notes" = { devices = [ "monolith" "roamer" "unit" ]; id = "kafhz-bfmzm"; };
|
||||||
"Music" = { devices = [ "monolith" "roamer" "unit" ]; id = "2aqt7-vpprc"; };
|
"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"; };
|
|
||||||
"Projects" = { devices = [ "monolith" "unit" ]; id = "cjhmu-avy9v"; };
|
"Projects" = { devices = [ "monolith" "unit" ]; id = "cjhmu-avy9v"; };
|
||||||
|
|
||||||
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";
|
|
||||||
Projects.type = "receiveonly";
|
Projects.type = "receiveonly";
|
||||||
|
|
||||||
Documents.path = "/vault/syncthing/Documents";
|
Documents.path = "/vault/syncthing/Documents";
|
||||||
Notes.path = "/vault/syncthing/Notes";
|
Notes.path = "/vault/syncthing/Notes";
|
||||||
Music.path = "/vault/syncthing/Music";
|
Music.path = "/vault/syncthing/Music";
|
||||||
Photos.path = "/vault/syncthing/Photos";
|
Photos.path = "/vault/syncthing/Photos";
|
||||||
Security.path = "/vault/syncthing/Security";
|
|
||||||
Projects.path = "/vault/syncthing/Projects";
|
Projects.path = "/vault/syncthing/Projects";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue