tf: set cache.nixos.org/nix-cache-info content-type to text/x-nix-cache-info
Fixes #162
zimbatm committed
Sep 3, 2021 at 16:43 UTC
910e1f494b05033f473261fa327592b5929868a2
1 file changed
+1
-1
terraform/cache.tf
+1
-1
@@ -24,7 +24,7 @@ resource "aws_s3_bucket_object" "cache-nix-cache-info" {
24
25
acl = "public-read"
26
bucket = aws_s3_bucket.cache.bucket
27
- content_type = "application/octet-stream"
27
+ content_type = "text/x-nix-cache-info"
28
etag = filemd5("${path.module}/cache/nix-cache-info")
29
key = "nix-cache-info"
30
source = "${path.module}/cache/nix-cache-info"