about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2018-04-05 12:09:23 +0200
committerRob Vermaas <rob.vermaas@gmail.com>2018-04-05 12:19:05 +0200
commitced3a201e39397f5c7a311d40525088494ea7808 (patch)
tree7468cd5ea79cb6e346c54e79e90a780cf1197a87
parent7d1542c0e788f7539d363085147b45cbfa197eb4 (diff)
gce: needs bigger diskSize
(cherry picked from commit ac3437aa061e80604d28aa3dd09013417f3193b1)
-rw-r--r--nixos/modules/virtualisation/google-compute-image.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/google-compute-image.nix b/nixos/modules/virtualisation/google-compute-image.nix
index 155a33b3bb373..eaf8b14cd8e10 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
 {