From 512bf44e8518a93f34d38e6376addd21babef809 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 6 Nov 2024 02:45:19 -0600 Subject: [PATCH] feat: included stream url --- nixos/modules/services/owncast.nix | 3 +++ 1 file changed, 3 insertions(+) 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 }