pinwheel/backwards: Adjust reading-material sync through syncthing

Move `books` and into `reading-material`
This commit is contained in:
Alexander Heldt
2025-05-04 14:25:09 +02:00
parent 29104dc775
commit 3004725f7d
3 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ in
}; };
options = { options = {
calibreLibrary = "/home/alex/sync/books"; calibreLibrary = "/home/alex/sync/reading-material/books";
enableBookUploading = true; enableBookUploading = true;
}; };
}; };

View File

@@ -75,7 +75,7 @@ in
}; };
books = { books = {
path = "/home/alex/sync/books"; path = "/home/alex/sync/reading-material/books";
devices = [ "pinwheel" ]; devices = [ "pinwheel" ];
versioning = { versioning = {
type = "staggered"; type = "staggered";
@@ -85,8 +85,8 @@ in
}; };
}; };
"reading-material" = { ttrpg = {
path = "/home/alex/sync/reading-material"; path = "/home/alex/sync/reading-material/ttrpg";
devices = [ devices = [
"phone" "phone"
"tablet" "tablet"

View File

@@ -56,7 +56,7 @@
}; };
books = { books = {
path = "/home/alex/sync/books"; path = "/home/alex/sync/reading-material/books";
devices = [ "backwards" ]; devices = [ "backwards" ];
versioning = { versioning = {
type = "staggered"; type = "staggered";
@@ -66,8 +66,8 @@
}; };
}; };
"reading-material" = { ttrpg = {
path = "/home/alex/sync/reading-material"; path = "/home/alex/sync/reading-material/ttrpg";
devices = [ "backwards" ]; devices = [ "backwards" ];
versioning = { versioning = {
type = "staggered"; type = "staggered";