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