aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nix/hlang.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/hlang.nix b/nix/hlang.nix
index c634815..b625fdb 100644
--- a/nix/hlang.nix
+++ b/nix/hlang.nix
@@ -67,7 +67,7 @@ in {
serverName = "${cfg.domain}";
locations."/".proxyPass = "http://unix:${cfg.sockPath}";
forceSSL = cfg.useACME;
- enableAcme = cfg.useACME;
+ enableACME = cfg.useACME;
extraConfig = ''
access_log /var/log/nginx/hlang.access.log;
'';