services.calibre-server.libraries

NixOS option

Make sure each library path is initialized before service startup. The directories of the libraries to serve. They must be readable for the user under which the server runs. See the calibredb documentation for details.

type: list of absolute path
Default
[
  "/var/lib/calibre-server"
]
declared in: nixos/modules/services/misc/calibre-server.nixView source on NixOS/nixpkgs →