summaryrefslogtreecommitdiff
path: root/hosts/p-body/nginx.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-08-03 03:31:35 -0400
committerseth <[email protected]>2023-08-03 03:33:16 -0400
commit527cea875ab37a7469975cd09906f424b988175c (patch)
tree87bb66dbc454cd2ac2657e3216af34d2c3e01062 /hosts/p-body/nginx.nix
parent234801e89d681c2206ac17f00707ed76ea7bf725 (diff)
hosts/atlas+p-body: use cloudflare dns for acme
Diffstat (limited to 'hosts/p-body/nginx.nix')
-rw-r--r--hosts/p-body/nginx.nix6
1 files changed, 1 insertions, 5 deletions
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 = "[email protected]";
- };
-
services.nginx = {
enable = true;