feat: caddy test

This commit is contained in:
Nick 2024-12-19 23:11:23 -06:00
parent 71ad4654d1
commit e333ec243e

View file

@ -8,7 +8,7 @@
inherit (flake.config.machines.devices) server; inherit (flake.config.machines.devices) server;
inherit (flake.config.services.instances) mastodon web; inherit (flake.config.services.instances) mastodon web;
service = mastodon; service = mastodon;
host = "${mastodon.subdomain}.${web.domains.url3}"; host = "${service.subdomain}.${web.domains.url3}";
localhost = web.localhost.address0; localhost = web.localhost.address0;
in { in {
# If you need to start fresh for some reason, run these to create the new Admin account: # If you need to start fresh for some reason, run these to create the new Admin account: