mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 23:20:18 +02:00
fixed listening ip
This commit is contained in:
parent
7e39587c9d
commit
e2871606a5
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
services.calibre-web = {
|
services.calibre-web = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
|
listen.ip = "0.0.0.0";
|
||||||
options = {
|
options = {
|
||||||
enableBookUploading = true;
|
enableBookUploading = true;
|
||||||
enableKepubify = true;
|
enableKepubify = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue