7 lines
94 B
Nix
7 lines
94 B
Nix
{
|
|
services.redlib = {
|
|
enable = true;
|
|
address = "127.0.0.1";
|
|
port = 9400;
|
|
};
|
|
}
|