summaryrefslogtreecommitdiff
path: root/tf
diff options
context:
space:
mode:
Diffstat (limited to 'tf')
-rw-r--r--tf/cloudflare/dns.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/tf/cloudflare/dns.nix b/tf/cloudflare/dns.nix
index 9618019..9598b71 100644
--- a/tf/cloudflare/dns.nix
+++ b/tf/cloudflare/dns.nix
@@ -31,6 +31,11 @@ in {
type = "CNAME";
};
+ cache = {
+ value = atlas_tunnel;
+ type = "CNAME";
+ };
+
miniflux = {
value = atlas_tunnel;
type = "CNAME";