@cryptotaxi247 / infra-1 / commits / e7e60cd1

Don't populate the NAR cache from hydra-queue-runner

Eelco Dolstra committed Oct 19, 2017 at 12:12 UTC e7e60cd19388e0a7bd1fcf1502eb23a0fdd921f1
1 file changed +1 -1
delft/hydra.nix
+1 -1
@@ -34,7 +34,7 @@ in
34 enable_google_login = 1
35 google_client_id = 816926039128-ia4s4rsqrq998rsevce7i09mo6a4nffg.apps.googleusercontent.com
36
37 - store_uri = s3://nix-cache?secret-key=/var/lib/hydra/queue-runner/keys/cache.nixos.org-1/secret&write-nar-listing=1&ls-compression=br&log-compression=br&local-nar-cache=${narCache}
37 + store_uri = s3://nix-cache?secret-key=/var/lib/hydra/queue-runner/keys/cache.nixos.org-1/secret&write-nar-listing=1&ls-compression=br&log-compression=br
38 server_store_uri = https://cache.nixos.org?local-nar-cache=${narCache}
39 binary_cache_public_uri = https://cache.nixos.org
40