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;