summaryrefslogtreecommitdiff
path: root/hosts/atlas/nginx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/atlas/nginx.nix')
-rw-r--r--hosts/atlas/nginx.nix2
1 files changed, 1 insertions, 1 deletions
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;
};