fix : switched email ACMEHost to mail

This commit is contained in:
daragh 2023-10-26 01:13:59 +01:00
parent f2811f2e04
commit 64d1054067
No known key found for this signature in database

View file

@ -309,7 +309,7 @@ in {
services.nginx.virtualHosts = {
"${cfg.sub}.${cfg.domain}" = {
forceSSL = true;
useACMEHost = "skynet";
useACMEHost = "mail";
# override the inbuilt nginx config
enableACME = false;
serverName = "${cfg.sub}.${cfg.domain}";