mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
11 lines
143 B
Nix
11 lines
143 B
Nix
{ }:
|
|
|
|
{
|
|
services.calibre-web = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
options = {
|
|
enableBookUploading = true;
|
|
};
|
|
};
|
|
}
|