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