From 825ed6fa5d4b6e1498c6a4d0dba6714a71590b11 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 18 Oct 2024 23:50:53 -0500 Subject: [PATCH] feat: owncast test --- nixos/modules/services/owncast.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 nixos/modules/services/owncast.nix diff --git a/nixos/modules/services/owncast.nix b/nixos/modules/services/owncast.nix old mode 100644 new mode 100755 index 8dea96c..6662f9f --- a/nixos/modules/services/owncast.nix +++ b/nixos/modules/services/owncast.nix @@ -3,7 +3,7 @@ inherit (flake.config.people.user.${user0}) domain; inherit (flake.config.system.device) server wildcard; inherit (flake.config.service.instance.owncast) paths ports subdomain ssl name; - localhost = wildcard.ip.address0; + localhost = wildcard.ip.address1; host = "${subdomain}.${domain.url1}"; in { services = {