9 lines
121 B
Nix
9 lines
121 B
Nix
|
{...}: {
|
||
|
services.owncast = {
|
||
|
enable = true;
|
||
|
listen = "0.0.0.0";
|
||
|
port = 8080;
|
||
|
rtmp-port = 1935;
|
||
|
};
|
||
|
}
|