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

@@ -3,6 +3,7 @@
"dotfiles" = {
path = "/home/richie/dotfiles";
devices = [
"brain"
"jeeves"
"rhapsody-in-green"
];
@@ -12,8 +13,9 @@
id = "4ckma-gtshs"; # cspell:disable-line
path = "/home/richie/important";
devices = [
"phone"
"brain"
"jeeves"
"phone"
"rhapsody-in-green"
];
fsWatcherEnabled = true;

View File

@@ -8,8 +8,8 @@
"dotfiles" = {
path = "/home/richie/dotfiles";
devices = [
"jeeves"
"bob"
"jeeves"
"rhapsody-in-green"
];
fsWatcherEnabled = true;

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;
};

View File

@@ -3,8 +3,9 @@
"dotfiles" = {
path = "/home/richie/dotfiles";
devices = [
"jeeves"
"bob"
"brain"
"jeeves"
];
fsWatcherEnabled = true;
};
@@ -21,6 +22,7 @@
path = "/home/richie/important";
devices = [
"bob"
"brain"
"jeeves"
"phone"
];