diff --git a/nginx.nix b/nginx.nix index 8abda57..e076fa1 100644 --- a/nginx.nix +++ b/nginx.nix @@ -34,7 +34,7 @@ # }; services.nginx.enable = true; services.nginx.virtualHosts."test.kyren.codes" = { - enableACME = true; + useACMEHost = "kyren.codes"; forceSSL = true; locations."/" = { index = "index.html";