adding syncthing dirs

This commit is contained in:
2024-10-16 18:30:23 -04:00
parent 8e846543e4
commit d174873bf5
3 changed files with 45 additions and 0 deletions

View File

@@ -49,5 +49,20 @@
];
fsWatcherEnabled = true;
};
"temp" = {
id = "bob_temp";
path = "/home/richie/temp";
devices = [
"jeeves"
];
fsWatcherEnabled = true;
};
"vault" = {
path = "/home/richie/vault";
devices = [
"rhapsody-in-green"
];
fsWatcherEnabled = true;
};
};
}