owncast: fix inputs

This commit is contained in:
41666 2024-06-03 22:36:16 -04:00
parent bbd06a50be
commit c0a21aaf34

View file

@ -10,8 +10,8 @@
services.owncast = { services.owncast = {
enable = true; enable = true;
listen = 8080; listen = "8080";
port = 6060; port = "6060";
rtmp-port = 6969; rtmp-port = "6969";
}; };
} }