drop calibre; add booklore quadlet; need to figure out proxying

This commit is contained in:
TheWanderingCrow 2025-12-08 18:55:32 -05:00
parent 558115d0d8
commit b2a250e584
3 changed files with 40 additions and 12 deletions

View file

@ -1,12 +0,0 @@
{
config,
lib,
...
}:
{
services.calibre-server = {
enable = true;
host = "0.0.0.0";
port = "8092";
};
}