add books to nextcloud
This commit is contained in:
parent
4748962698
commit
4780c151fe
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue