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