nixos-config/hosts/x86_64-linux/beleth/calibre-web.nix

14 lines
186 B
Nix
Raw Normal View History

2024-04-12 12:03:38 +02:00
{
2024-04-12 12:50:19 +02:00
config,
lib,
...
}: {
2024-04-12 12:03:38 +02:00
services.calibre-web = {
enable = true;
options = {
enableBookUploading = true;
# calibreLibrary = "/home/xqtc/ebooks";
};
};
}