Deleted stupid certificate generation

This commit is contained in:
Julien Malka 2022-04-01 21:02:09 +02:00
parent 19a8f298cd
commit 258a2c37b8
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -57,8 +57,6 @@ in
mkPrivateSubdomain = name: port: {
luj.nginx.enable = true;
services.nginx.virtualHosts."${name}.julienmalka.me" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://localhost:${toString port}";
extraConfig = ''