added brain to syncthing

This commit is contained in:
2025-09-27 10:35:41 -04:00
parent 357168695c
commit b554325b13
5 changed files with 14 additions and 7 deletions

View File

@@ -14,6 +14,7 @@ in
path = "/home/richie/dotfiles";
devices = [
"bob"
"brain"
"rhapsody-in-green"
];
fsWatcherEnabled = true;
@@ -35,8 +36,9 @@ in
path = "${vars.syncthing}/important";
devices = [
"bob"
"rhapsody-in-green"
"brain"
"phone"
"rhapsody-in-green"
];
fsWatcherEnabled = true;
};