diff options
| author | seth <[email protected]> | 2023-12-16 12:12:20 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-16 13:09:49 -0500 |
| commit | 0ed2febd06cbf1d4e0af957e2981296ea1b373ab (patch) | |
| tree | c8a39869da8aad241c10571793eb33f516672319 /tf/cloudflare/ruleset.nix | |
| parent | c648beab27adbbf2bfd8bafad56ae54bb3e1b195 (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/cloudflare/ruleset.nix')
| -rw-r--r-- | tf/cloudflare/ruleset.nix | 17 |
1 files changed, 0 insertions, 17 deletions
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\"))"; - }; - }; }; } |
