mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: owncast test
This commit is contained in:
parent
e06135b60c
commit
825ed6fa5d
1 changed files with 1 additions and 1 deletions
2
nixos/modules/services/owncast.nix
Normal file → Executable file
2
nixos/modules/services/owncast.nix
Normal file → Executable file
|
@ -3,7 +3,7 @@
|
||||||
inherit (flake.config.people.user.${user0}) domain;
|
inherit (flake.config.people.user.${user0}) domain;
|
||||||
inherit (flake.config.system.device) server wildcard;
|
inherit (flake.config.system.device) server wildcard;
|
||||||
inherit (flake.config.service.instance.owncast) paths ports subdomain ssl name;
|
inherit (flake.config.service.instance.owncast) paths ports subdomain ssl name;
|
||||||
localhost = wildcard.ip.address0;
|
localhost = wildcard.ip.address1;
|
||||||
host = "${subdomain}.${domain.url1}";
|
host = "${subdomain}.${domain.url1}";
|
||||||
in {
|
in {
|
||||||
services = {
|
services = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue