CrOS/modules/services/calibre/default.nix
2025-11-26 13:54:08 -05:00

12 lines
127 B
Nix

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