From ced3a201e39397f5c7a311d40525088494ea7808 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Thu, 5 Apr 2018 12:09:23 +0200 Subject: [PATCH] gce: needs bigger diskSize (cherry picked from commit ac3437aa061e80604d28aa3dd09013417f3193b1) --- nixos/modules/virtualisation/google-compute-image.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/virtualisation/google-compute-image.nix b/nixos/modules/virtualisation/google-compute-image.nix index 155a33b3bb37..eaf8b14cd8e1 100644 --- a/nixos/modules/virtualisation/google-compute-image.nix +++ b/nixos/modules/virtualisation/google-compute-image.nix @@ -2,7 +2,7 @@ with lib; let - diskSize = 1024; # MB + diskSize = 1536; # MB gce = pkgs.google-compute-engine; in {