box: set port and ip for calibre-web

This commit is contained in:
Aaron Bieber 2022-09-04 06:35:49 -06:00
parent 24e5cb8efb
commit c749947a18
No known key found for this signature in database

View File

@ -285,6 +285,8 @@ in {
calibre-web = {
enable = true;
options = { enableBookUploading = true; };
listen.port = 8909;
listen.ip = "127.0.0.1";
};
grafana = {