9 lines
98 B
Nix
9 lines
98 B
Nix
|
{
|
||
|
services.libreddit = {
|
||
|
enable = true;
|
||
|
|
||
|
address = "127.0.0.1";
|
||
|
port = 8002;
|
||
|
};
|
||
|
}
|