work on setting up calibre

This commit is contained in:
TheWanderingCrow 2025-11-26 13:41:36 -05:00
parent f5d77ea4c5
commit 0203902756

View file

@ -2,8 +2,11 @@
config, config,
lib, lib,
... ...
}: { }:
services.calibre-web = { {
services.calibre-server = {
enable = true; enable = true;
host = "0.0.0.0";
port = "8092";
}; };
} }