refactor: changed url path convention

This commit is contained in:
Nick 2025-06-10 15:54:00 -05:00
parent a35076c0fe
commit 0c1d86e494
25 changed files with 67 additions and 11 deletions

View file

@ -11,7 +11,7 @@ let
;
inherit (flake.config.services.instances) smtp mastodon web;
service = mastodon;
host = "${mastodon.subdomain}.${web.domains.url3}";
host = service.domains.url0;
localhost = web.localhost.address0;
in
{