From 527cea875ab37a7469975cd09906f424b988175c Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 3 Aug 2023 03:31:35 -0400 Subject: hosts/atlas+p-body: use cloudflare dns for acme --- hosts/p-body/nginx.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'hosts/p-body/nginx.nix') diff --git a/hosts/p-body/nginx.nix b/hosts/p-body/nginx.nix index 3390f89..b2dae30 100644 --- a/hosts/p-body/nginx.nix +++ b/hosts/p-body/nginx.nix @@ -1,13 +1,9 @@ {config, ...}: let inherit (config.networking) domain; in { + getchoo.server.acme.enable = true; networking.firewall.allowedTCPPorts = [443]; - security.acme = { - acceptTerms = true; - defaults.email = "getchoo@tuta.io"; - }; - services.nginx = { enable = true; -- cgit v1.2.3