summaryrefslogtreecommitdiff
path: root/tf
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-16 12:12:20 -0500
committerseth <[email protected]>2023-12-16 13:09:49 -0500
commit0ed2febd06cbf1d4e0af957e2981296ea1b373ab (patch)
treec8a39869da8aad241c10571793eb33f516672319 /tf
parentc648beab27adbbf2bfd8bafad56ae54bb3e1b195 (diff)
ci: back to garnix once again
i kinda miss hci but im done switching until i get infra for it
Diffstat (limited to 'tf')
-rw-r--r--tf/cloudflare/dns.nix5
-rw-r--r--tf/cloudflare/ruleset.nix17
2 files changed, 0 insertions, 22 deletions
diff --git a/tf/cloudflare/dns.nix b/tf/cloudflare/dns.nix
index 9598b71..9618019 100644
--- a/tf/cloudflare/dns.nix
+++ b/tf/cloudflare/dns.nix
@@ -31,11 +31,6 @@ in {
type = "CNAME";
};
- cache = {
- value = atlas_tunnel;
- type = "CNAME";
- };
-
miniflux = {
value = atlas_tunnel;
type = "CNAME";
diff --git a/tf/cloudflare/ruleset.nix b/tf/cloudflare/ruleset.nix
index 7da114d..1be98aa 100644
--- a/tf/cloudflare/ruleset.nix
+++ b/tf/cloudflare/ruleset.nix
@@ -60,22 +60,5 @@
}
];
};
-
- binary-cache = {
- kind = "zone";
- name = "default";
- phase = "http_request_cache_settings";
- zone_id = lib.tfRef "var.zone_id";
-
- rules = {
- action = "set_cache_settings";
- action_parameters = {
- cache = true;
- };
- description = "nix cache";
- enabled = true;
- expression = "(ssl and http.host eq \"cache.mydadleft.me\" and http.request.uri.query eq \"\" and ends_with(http.request.uri.path, \"nar\"))";
- };
- };
};
}