fix : switched email ACMEHost to mail
This commit is contained in:
parent
f2811f2e04
commit
64d1054067
1 changed files with 1 additions and 1 deletions
|
@ -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}";
|
||||
|
|
Loading…
Reference in a new issue