feat: owncast test

This commit is contained in:
Nick 2024-10-18 23:50:53 -05:00
parent e06135b60c
commit 825ed6fa5d

2
nixos/modules/services/owncast.nix Normal file → Executable file
View file

@ -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 = {