From cc288ea260d4c57508a6f5d04991979c3b4b466b Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Mon, 11 Oct 2021 11:39:11 +0200 Subject: [PATCH] removed security.acme in nginx to follow common acme.nix file --- hosts/architect/nginx.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/architect/nginx.nix b/hosts/architect/nginx.nix index e37f70b..6afe640 100644 --- a/hosts/architect/nginx.nix +++ b/hosts/architect/nginx.nix @@ -1,9 +1,6 @@ {services, ...}: { - security.acme.acceptTerms = true; - security.acme.email = "giupi@giugl.io"; - services.nginx = { enable = true; recommendedGzipSettings = true;