Deleted stupid certificate generation

This commit is contained in:
Luj 2022-04-01 21:02:09 +02:00
parent ccf668ad1c
commit 9e40a0d358

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 = ''