pinwheel + sombrero: Sync books

This commit is contained in:
Alexander Heldt
2023-08-19 11:18:17 +02:00
parent 2fb000dca2
commit 70cc41ff66
2 changed files with 12 additions and 1 deletions

View File

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