From c2842fb766471e728f0684ece7a596977ffe7c69 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Fri, 21 Apr 2023 01:20:23 +0100 Subject: [PATCH] acme: temp disable this for a bit --- applications/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/nginx.nix b/applications/nginx.nix index d2524fc..ae9a412 100644 --- a/applications/nginx.nix +++ b/applications/nginx.nix @@ -13,7 +13,7 @@ statusPage = true; # give Nginx access to our certs - group = "acme"; + #group = "acme"; }; networking.firewall.allowedTCPPorts = [80 443];