From 207162c139dffa2696bc7e949b85da47ce28d17b Mon Sep 17 00:00:00 2001 From: Mel Date: Wed, 12 Feb 2025 18:50:02 +0100 Subject: Switch services and hosts to wildcard renard certificate Signed-off-by: Mel --- services/conduwuit.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/conduwuit.nix') diff --git a/services/conduwuit.nix b/services/conduwuit.nix index 5935219..03b0dcb 100644 --- a/services/conduwuit.nix +++ b/services/conduwuit.nix @@ -48,8 +48,8 @@ in proxySettings = { proxyPass = "http://127.0.0.1:${toString conduwuitLocalPort}"; }; in { + useACMEHost = "rnrd.eu"; forceSSL = true; - enableACME = true; locations."/" = proxySettings; locations."/_matrix" = proxySettings; -- cgit 1.4.1