feat: refactored and updated smtp config

This commit is contained in:
Nick 2025-10-22 16:48:50 -05:00
parent 1b98c4eff8
commit c469f48b4e
18 changed files with 79 additions and 105 deletions

View file

@ -9,7 +9,6 @@ let
inherit (flake.config.services) instances;
domain0 = instances.web.domains.url0;
domain1 = instances.web.domains.url1;
domain3 = instances.web.domains.url3;
domain4 = flake.inputs.linkpage.secrets.domains.projectsite;
dns0 = instances.web.dns.provider0;
dns1 = instances.web.dns.provider1;
@ -53,7 +52,7 @@ in
)
++ (map
(service: {
name = "${instanceName service}.${domain3}";
name = "${instanceName service}.${domain1}";
value = dnsConfig dns0Path dns0;
})
[
@ -70,7 +69,6 @@ in
[
domain0
domain1
domain3
]
)
++ (map