fix: lab: mechabellum ssl

This commit is contained in:
2026-06-02 20:33:19 +00:00
parent 0023e27110
commit c0c024dcfd
+2 -1
View File
@@ -29,7 +29,8 @@ in {
enable = true; enable = true;
}; };
services.nginx.virtualHosts."${mechDomain}" = sslOpts // { services.nginx.virtualHosts."${mechDomain}" = {
enableACME = true;
forceSSL = true; forceSSL = true;
root = inputs.mechabellum-replay-analysis.packages.${system}.frontend; root = inputs.mechabellum-replay-analysis.packages.${system}.frontend;