add books to nextcloud

This commit is contained in:
Ingolf Wagner 2022-08-27 08:53:03 +02:00
parent 4748962698
commit 4780c151fe
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -157,6 +157,11 @@ in
hostPath = toString config.services.syncthing.folders.series.path; hostPath = toString config.services.syncthing.folders.series.path;
isReadOnly = true; isReadOnly = true;
}; };
books = {
mountPoint = toString config.services.syncthing.folders.books.path;
hostPath = toString config.services.syncthing.folders.books.path;
isReadOnly = true;
};
}; };
# container network setup # container network setup