@cryptotaxi247 / infra-1 / commits / 49c58316

Move hydra-provisioner EC2 instance to us-east-1

Somehow I assumed that the nix-cache bucket is in eu-west-1, but it isn't.

Eelco Dolstra committed Mar 10, 2016 at 13:51 UTC 49c58316ae9bd9f1f3008e26ac31d054625b2481
1 file changed +1 -1
hydra-provisioner/nixops.nix
+1 -1
@@ -1,7 +1,7 @@
1 { type, tag, ... }:
2
3 let
4 - region = "eu-west-1";
4 + region = "us-east-1";
5 accessKeyId = "lb-nixos";
6 in
7