From 8263938f579aeb1dcd05b1e49ba0b83b5f1c4024 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Mon, 6 Apr 2026 22:54:15 +0300 Subject: [PATCH] change from use acme host to enable acme --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index cb7790c..dfba348 100644 --- a/configuration.nix +++ b/configuration.nix @@ -134,7 +134,7 @@ in }; "jellyfin.${domainName}" = { forceSSL = true; - useACMEHost = "${domainName}"; + enableACME = true; locations = { "/" = { proxyPass = "http://localhost:8096"; @@ -143,7 +143,7 @@ in }; "git.${domainName}" = { forceSSL = true; - useACMEHost = "${domainName}"; + enableACME = true; locations = { "/" = { proxyPass = "http://localhost:3000";