owncast: fix inputs
This commit is contained in:
parent
c0a21aaf34
commit
fdebb327e2
1 changed files with 2 additions and 3 deletions
|
@ -10,8 +10,7 @@
|
||||||
|
|
||||||
services.owncast = {
|
services.owncast = {
|
||||||
enable = true;
|
enable = true;
|
||||||
listen = "8080";
|
port = 6060;
|
||||||
port = "6060";
|
rtmp-port = 6969;
|
||||||
rtmp-port = "6969";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue