treewide: `nixos-org-configurations` -> `infra`
except for the meeting notes, I'll leave those as-is
Tom van Dijk committed
Jun 26, 2025 at 03:36 UTC
2244d6969990d9f6a85b20790ebfe935e94c7c03
3 files changed
+3
-3
README.md
+1
-1
@@ -44,4 +44,4 @@ Location: <https://jitsi.lassul.us/nixos-infra> Meeting notes:
44
If you experience any issues with the infrastructure, please
45
[post a new issue to this repository][1].
46
47
-[1]: https://github.com/NixOS/nixos-org-configurations/issues/new
47
+[1]: https://github.com/NixOS/infra/issues/new
terraform/cache-staging.tf
+1
-1
@@ -190,7 +190,7 @@ resource "fastly_service_vcl" "cache-staging" {
190
191
# Enable Streaming Miss.
192
# https://docs.fastly.com/en/guides/streaming-miss
193
- # https://github.com/NixOS/nixos-org-configurations/issues/212#issuecomment-1187568233
193
+ # https://github.com/NixOS/infra/issues/212#issuecomment-1187568233
194
header {
195
priority = 20
196
destination = "do_stream"
terraform/cache.tf
+1
-1
@@ -211,7 +211,7 @@ resource "fastly_service_vcl" "cache" {
211
212
# Enable Streaming Miss.
213
# https://docs.fastly.com/en/guides/streaming-miss
214
- # https://github.com/NixOS/nixos-org-configurations/issues/212#issuecomment-1187568233
214
+ # https://github.com/NixOS/infra/issues/212#issuecomment-1187568233
215
header {
216
priority = 20
217
destination = "do_stream"