From 3004725f7d0d4d2aa48e331a8ab6bfe33eb3e458 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 4 May 2025 14:25:09 +0200 Subject: [PATCH] pinwheel/backwards: Adjust `reading-material` sync through `syncthing` Move `books` and into `reading-material` --- hosts/backwards/modules/calibre-web/default.nix | 2 +- hosts/backwards/modules/syncthing/default.nix | 6 +++--- hosts/pinwheel/modules/syncthing/default.nix | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hosts/backwards/modules/calibre-web/default.nix b/hosts/backwards/modules/calibre-web/default.nix index 8604779..9f218f3 100644 --- a/hosts/backwards/modules/calibre-web/default.nix +++ b/hosts/backwards/modules/calibre-web/default.nix @@ -23,7 +23,7 @@ in }; options = { - calibreLibrary = "/home/alex/sync/books"; + calibreLibrary = "/home/alex/sync/reading-material/books"; enableBookUploading = true; }; }; diff --git a/hosts/backwards/modules/syncthing/default.nix b/hosts/backwards/modules/syncthing/default.nix index 54d2f90..5556751 100644 --- a/hosts/backwards/modules/syncthing/default.nix +++ b/hosts/backwards/modules/syncthing/default.nix @@ -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" diff --git a/hosts/pinwheel/modules/syncthing/default.nix b/hosts/pinwheel/modules/syncthing/default.nix index e74f509..f4bc7e1 100644 --- a/hosts/pinwheel/modules/syncthing/default.nix +++ b/hosts/pinwheel/modules/syncthing/default.nix @@ -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";