From 4beb89228cd3431ec31e4bbf93f24fd94e00395f Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 12:40:27 -0500 Subject: [PATCH] 153 current 2025-10-09 12:27:20 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/gitea/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homelab/services/gitea/default.nix b/modules/homelab/services/gitea/default.nix index 0182907..a38e640 100644 --- a/modules/homelab/services/gitea/default.nix +++ b/modules/homelab/services/gitea/default.nix @@ -101,7 +101,7 @@ in }; # external reverse proxy entry services.nginx.virtualHosts."git.blakedheld.xyz" = { - useACME = true; + enableACME = true; forceSSL = true; locations."/" = { proxyPass = "http://127.0.0.1:${toString cfg.port}";