feat: switched peertube to new address

This commit is contained in:
Nick 2024-12-19 20:06:05 -06:00
parent c7b32f0f31
commit daa207aeff
2 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@
inherit (flake.config.services.instances) caddy peertube web;
service = peertube;
localhost = web.localhost.address0;
host = "${service.subdomain}.${web.domains.url1}";
host = "${service.subdomain}.${web.domains.url3}";
in {
services = {
peertube = {