fix: lab: mechabellum ssl
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user