From 2bbad716366fb1b4ae66acee115696a1e8b09b1d Mon Sep 17 00:00:00 2001 From: Henri Saudubray Date: Tue, 17 Feb 2026 17:56:31 +0100 Subject: [PATCH] chore (hosts/mystra): remove ssl requirement (temporary) --- hosts/mystra/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/mystra/default.nix b/hosts/mystra/default.nix index 5575a0d..ce44efa 100644 --- a/hosts/mystra/default.nix +++ b/hosts/mystra/default.nix @@ -10,7 +10,7 @@ enable = true; virtualHosts."henri-saudubray.fr" = { enableACME = true; - forceSSL = true; + # forceSSL = true; root = "/var/www/html"; }; };