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;