backwards/pinwheel: Share books via syncthing

This commit is contained in:
Alexander Heldt
2024-08-31 12:38:23 +02:00
parent 9bb2b487dd
commit 0a43eed112
2 changed files with 12 additions and 1 deletions

View File

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