From 08f6ed421f8e53b8c7288ce581b1ddf451585223 Mon Sep 17 00:00:00 2001 From: toufic ar Date: Thu, 15 Jan 2026 00:06:36 +0200 Subject: [PATCH] cpcheck add ssl --- config/http/captiveportal.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/http/captiveportal.nix b/config/http/captiveportal.nix index ffa97d8..6483cb1 100644 --- a/config/http/captiveportal.nix +++ b/config/http/captiveportal.nix @@ -4,6 +4,7 @@ in { services.nginx.virtualHosts."cpcheck.${domain}" = { locations."/".return = 204; forceSSL = false; + addSSL = true; enableACME = true; }; }