nixfiles/hosts/hetzner-arm/containers/owncast/profiles/owncast.nix
2023-10-27 17:44:32 +01:00

9 lines
121 B
Nix

{...}: {
services.owncast = {
enable = true;
listen = "0.0.0.0";
port = 8080;
rtmp-port = 1935;
};
}