Open
Description
I'm trying to upload/copy/clone/create (whatever nixops does) a GCE bootstrap image. It comes in at 100 GB. I can't get the deploy to complete because of this error error: <LibcloudError in None 'Job did not complete in 180 seconds'>
. But I'm using the configuration from the docs:
resources.gceImages.bootstrap = credentials // {
sourceUri = "gs://nixos/nixos-16.09pre-git-x86_64-linux.raw.tar.gz";
};