9 lines
114 B
Nix
9 lines
114 B
Nix
{
|
|
services.owncast = {
|
|
enable = true;
|
|
port = 8060;
|
|
rtmp-port = 1945;
|
|
listen = "0.0.0.0";
|
|
};
|
|
}
|