Corrected use of nginx module

This commit is contained in:
Julien Malka 2021-12-04 14:12:36 +01:00
parent f4f5d6e869
commit c329cc16fd
9 changed files with 10 additions and 25 deletions

View file

@ -22,6 +22,7 @@ in {
}
(mkIf cfg.nginx.enable {
luj.nginx.enable = true;
services.nginx.virtualHosts."${cfg.nginx.subdomain}.julienmalka.me" = {
enableACME = true;
forceSSL = true;