fix acme failure

auto-flake-update
Yorick van Pelt 2021-01-03 16:40:38 +01:00
parent f144dd17b8
commit 4f8a1f5528
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ in
recommendedOptimisation = true;
serverTokens = false;
sslDhparam = "/etc/nginx/dhparam.pem";
virtualHosts."${config.networking.hostName}" = {
virtualHosts."${config.networking.hostName}.yori.cc" = {
enableACME = true;
forceSSL = true;
default = true;