mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +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 = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
listen.ip = "0.0.0.0";
|
||||
options = {
|
||||
enableBookUploading = true;
|
||||
enableKepubify = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue