mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
fixed listening ip
This commit is contained in:
parent
7e39587c9d
commit
e2871606a5
|
@ -4,6 +4,7 @@
|
|||
services.calibre-web = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
listen.ip = "0.0.0.0";
|
||||
options = {
|
||||
enableBookUploading = true;
|
||||
enableKepubify = true;
|
||||
|
|
Loading…
Reference in a new issue