Corrected cloudhaus syncthing brain_zero device invocation

This commit is contained in:
2025-12-30 22:19:29 +02:00
parent 4a2a54378e
commit d8706fecb8

View File

@@ -34,7 +34,7 @@
"brain_zero" = { "brain_zero" = {
# Name of folder in Syncthing, also the folder ID # Name of folder in Syncthing, also the folder ID
path = "/home/user/brain_zero/"; # Which folder to add to Syncthing path = "/home/user/brain_zero/"; # Which folder to add to Syncthing
devices = ["phone","cloudhaus"]; # Which devices to share the folder with devices = ["phone" "cloudhaus"]; # Which devices to share the folder with
ignores = [".obsidian/workspace-mobile.json" ".obsidian/workspace.json"]; ignores = [".obsidian/workspace-mobile.json" ".obsidian/workspace.json"];
}; };
"brain_zero_readonly" = { "brain_zero_readonly" = {