mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 23:00:33 +01:00
14 lines
186 B
Nix
14 lines
186 B
Nix
{
|
|
config,
|
|
lib,
|
|
...
|
|
}: {
|
|
services.calibre-web = {
|
|
enable = true;
|
|
options = {
|
|
enableBookUploading = true;
|
|
# calibreLibrary = "/home/xqtc/ebooks";
|
|
};
|
|
};
|
|
}
|