From c0c024dcfd7a22f4015dd6e9a9921f94292d1159 Mon Sep 17 00:00:00 2001 From: yukkop Date: Tue, 2 Jun 2026 20:33:19 +0000 Subject: [PATCH] fix: `lab`: mechabellum ssl --- nixos/system/hectic-lab/mechabellum.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/system/hectic-lab/mechabellum.nix b/nixos/system/hectic-lab/mechabellum.nix index fc3576e6..40bc3711 100644 --- a/nixos/system/hectic-lab/mechabellum.nix +++ b/nixos/system/hectic-lab/mechabellum.nix @@ -29,7 +29,8 @@ in { enable = true; }; - services.nginx.virtualHosts."${mechDomain}" = sslOpts // { + services.nginx.virtualHosts."${mechDomain}" = { + enableACME = true; forceSSL = true; root = inputs.mechabellum-replay-analysis.packages.${system}.frontend;