From 258a2c37b88ad4b0527bf0f5745e8383d94385f7 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Fri, 1 Apr 2022 21:02:09 +0200 Subject: [PATCH] Deleted stupid certificate generation --- lib/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/default.nix b/lib/default.nix index 4ab9b25..d4955c6 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -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 = ''