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