mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: caddy test
This commit is contained in:
parent
71ad4654d1
commit
e333ec243e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue