pinwheel/backwards: Adjust reading-material sync through syncthing
Move `books` and into `reading-material`
This commit is contained in:
@@ -23,7 +23,7 @@ in
|
||||
};
|
||||
|
||||
options = {
|
||||
calibreLibrary = "/home/alex/sync/books";
|
||||
calibreLibrary = "/home/alex/sync/reading-material/books";
|
||||
enableBookUploading = true;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -75,7 +75,7 @@ in
|
||||
};
|
||||
|
||||
books = {
|
||||
path = "/home/alex/sync/books";
|
||||
path = "/home/alex/sync/reading-material/books";
|
||||
devices = [ "pinwheel" ];
|
||||
versioning = {
|
||||
type = "staggered";
|
||||
@@ -85,8 +85,8 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
"reading-material" = {
|
||||
path = "/home/alex/sync/reading-material";
|
||||
ttrpg = {
|
||||
path = "/home/alex/sync/reading-material/ttrpg";
|
||||
devices = [
|
||||
"phone"
|
||||
"tablet"
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
};
|
||||
|
||||
books = {
|
||||
path = "/home/alex/sync/books";
|
||||
path = "/home/alex/sync/reading-material/books";
|
||||
devices = [ "backwards" ];
|
||||
versioning = {
|
||||
type = "staggered";
|
||||
@@ -66,8 +66,8 @@
|
||||
};
|
||||
};
|
||||
|
||||
"reading-material" = {
|
||||
path = "/home/alex/sync/reading-material";
|
||||
ttrpg = {
|
||||
path = "/home/alex/sync/reading-material/ttrpg";
|
||||
devices = [ "backwards" ];
|
||||
versioning = {
|
||||
type = "staggered";
|
||||
|
||||
Reference in New Issue
Block a user