mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
work on setting up calibre
This commit is contained in:
parent
f5d77ea4c5
commit
0203902756
1 changed files with 5 additions and 2 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue