pinwheel/backwards: Share reading-material through syncthing

This commit is contained in:
Alexander Heldt
2025-03-25 20:40:36 +01:00
parent 36744c4b60
commit f1b6bb9ae0
2 changed files with 12 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ in
devices = [ devices = [
"phone" "phone"
"tablet" "tablet"
"pinwheel"
]; ];
versioning = { versioning = {
type = "staggered"; type = "staggered";

View File

@@ -66,6 +66,17 @@
}; };
}; };
"reading-material" = {
path = "/home/alex/sync/reading-material";
devices = [ "backwards" ];
versioning = {
type = "staggered";
params = {
maxAge = "2592000"; # 30 days
};
};
};
"phone-gps" = { "phone-gps" = {
path = "/home/alex/sync/phone-gps"; path = "/home/alex/sync/phone-gps";
devices = [ "phone" ]; devices = [ "phone" ];