From 77433b8043e39d531aaf0603368b2f37ef9369ae Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 18 Oct 2024 22:07:08 -0500 Subject: [PATCH] feat: owncast test --- nixos/modules/services/owncast.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/owncast.nix b/nixos/modules/services/owncast.nix index 0aad9c3..644edfd 100644 --- a/nixos/modules/services/owncast.nix +++ b/nixos/modules/services/owncast.nix @@ -1,6 +1,6 @@ {flake, ...}: let inherit (flake.config.people) user0; - inherit (flake.config.people.${user0}) domain; + 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;