fix paths

This commit is contained in:
soraefir
2026-06-08 01:12:40 +02:00
parent b3c5e4f651
commit e618f396c0
2 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ in {
overrides = {
volumes = [
"${serverCfg.path.book.path}:/calibre-library"
"${serverCfg.path.download.path}/book:/cwa-book-ingest"
"${serverCfg.path.dlComplete.path}:/cwa-book-ingest"
];
};
};