diff --git a/nixos/modules/services/owncast.nix b/nixos/modules/services/owncast.nix index 8b21eb9..ecace5c 100755 --- a/nixos/modules/services/owncast.nix +++ b/nixos/modules/services/owncast.nix @@ -11,6 +11,7 @@ in { port = service.ports.port0; openFirewall = true; }; + caddy = { virtualHosts = { "${host}" = { @@ -32,4 +33,6 @@ in { ]; }; }; + + # OBS Server rtmp://192.168.50.140:1935/live }