From 76127171e4ed7abcb2a14039f358e117aac20181 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 16 Aug 2023 17:51:20 -0400 Subject: hosts+users: adopt new module names --- hosts/atlas/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/atlas/nginx.nix') diff --git a/hosts/atlas/nginx.nix b/hosts/atlas/nginx.nix index 05cf3db..fa06dc3 100644 --- a/hosts/atlas/nginx.nix +++ b/hosts/atlas/nginx.nix @@ -5,7 +5,7 @@ }: let inherit (config.networking) domain; in { - getchoo.server = { + server = { acme.enable = true; services.cloudflared.enable = true; }; -- cgit v1.2.3