mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
12 lines
127 B
Nix
12 lines
127 B
Nix
{
|
|
config,
|
|
lib,
|
|
...
|
|
}:
|
|
{
|
|
services.calibre-server = {
|
|
enable = true;
|
|
host = "0.0.0.0";
|
|
port = "8092";
|
|
};
|
|
}
|