From 9f108910813610a0bf2db89105f3debe5e4d558b Mon Sep 17 00:00:00 2001 From: Bladesy Date: Tue, 17 Dec 2024 21:48:24 +0000 Subject: [PATCH] fix: set useACMEHost of gitea.dylanblades.com to dylanblades.com --- modules/sv1.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sv1.nix b/modules/sv1.nix index 36aa488..8f5292d 100644 --- a/modules/sv1.nix +++ b/modules/sv1.nix @@ -211,7 +211,7 @@ }; "gitea.dylanblades.com" = { forceSSL = true; - useACMEHost = true; + useACMEHost = "dylanblades.com"; locations."/" = { proxyPass = "http://localhost:3000"; extraConfig = ''