From fff583c2b421a8fac208b746fb62199e5685b051 Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Wed, 16 Jun 2021 11:19:45 +0000 Subject: [PATCH] post(cloudflared): custom config location --- source/_posts/cloudflare-argo-nixos.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_posts/cloudflare-argo-nixos.md b/source/_posts/cloudflare-argo-nixos.md index fc24895..a351c07 100644 --- a/source/_posts/cloudflare-argo-nixos.md +++ b/source/_posts/cloudflare-argo-nixos.md @@ -164,6 +164,8 @@ Restart/reload Caddy for the changed config to take effect. # cloudflared is not distributed via a free software license nixpkgs.config.allowUnfree = true; services.argoWeb.enable = true; + # if the config is in another location + # services.argoWeb.config = "/etc/caddy/argoWeb.yml"; ``` ## Create a CNAME record