mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-23 06:10:31 +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";
|
||
|
};
|
||
|
};
|
||
|
}
|