gce: needs bigger diskSize

(cherry picked from commit ac3437aa061e80604d28aa3dd09013417f3193b1)
This commit is contained in:
Rob Vermaas 2018-04-05 12:09:23 +02:00
parent 7d1542c0e7
commit ced3a201e3
No known key found for this signature in database
GPG Key ID: 6B726FB2EE6F4255

View File

@ -2,7 +2,7 @@
with lib;
let
diskSize = 1024; # MB
diskSize = 1536; # MB
gce = pkgs.google-compute-engine;
in
{