fixed projects syncthing config

This commit is contained in:
Richie Cahill 2024-06-09 10:56:25 -04:00
parent b85a4c80ae
commit c27e61b42f
2 changed files with 18 additions and 18 deletions

View File

@ -88,15 +88,15 @@
"jeeves" "jeeves"
"rhapsody-in-green" "rhapsody-in-green"
]; ];
"projects" = { fsWatcherEnabled = true;
id = "vyma6-lqqrz"; # cspell:disable-line };
path = "/home/richie/projects"; "projects" = {
devices = [ id = "vyma6-lqqrz"; # cspell:disable-line
"jeeves" path = "/home/richie/projects";
"rhapsody-in-green" devices = [
]; "jeeves"
fsWatcherEnabled = true; "rhapsody-in-green"
}; ];
fsWatcherEnabled = true; fsWatcherEnabled = true;
}; };
}; };

View File

@ -89,15 +89,15 @@
"phone" "phone"
"jeeves" "jeeves"
]; ];
"projects" = { fsWatcherEnabled = true;
id = "vyma6-lqqrz"; # cspell:disable-line };
path = "/home/richie/projects"; "projects" = {
devices = [ id = "vyma6-lqqrz"; # cspell:disable-line
"bob" path = "/home/richie/projects";
"jeeves" devices = [
]; "bob"
fsWatcherEnabled = true; "jeeves"
}; ];
fsWatcherEnabled = true; fsWatcherEnabled = true;
}; };
}; };