aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe <me@christine.website>2022-12-31 15:01:34 -0500
committerXe <me@christine.website>2022-12-31 15:01:34 -0500
commit10a4389a5e73bd5c288b54be82b6b8dcf2a84091 (patch)
treea5f50d63bff058bf750aa9886f390e8f02f7e013
parent3377afb8f64db3d26cdbcd9bad46e89e7ae6fcd5 (diff)
downloadx-10a4389a5e73bd5c288b54be82b6b8dcf2a84091.tar.xz
x-10a4389a5e73bd5c288b54be82b6b8dcf2a84091.zip
nix/hlang: im dumer lol
Signed-off-by: Xe <me@christine.website>
-rw-r--r--nix/hlang.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/hlang.nix b/nix/hlang.nix
index 55fd91f..c634815 100644
--- a/nix/hlang.nix
+++ b/nix/hlang.nix
@@ -67,6 +67,7 @@ in {
serverName = "${cfg.domain}";
locations."/".proxyPass = "http://unix:${cfg.sockPath}";
forceSSL = cfg.useACME;
+ enableAcme = cfg.useACME;
extraConfig = ''
access_log /var/log/nginx/hlang.access.log;
'';