summary refs log tree commit diff
path: root/nixos/modules/virtualisation/google-compute-image.nix
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 /nixos/modules/virtualisation/google-compute-image.nix
parent7d1542c0e788f7539d363085147b45cbfa197eb4 (diff)
downloadnixlib-ced3a201e39397f5c7a311d40525088494ea7808.tar
nixlib-ced3a201e39397f5c7a311d40525088494ea7808.tar.gz
nixlib-ced3a201e39397f5c7a311d40525088494ea7808.tar.bz2
nixlib-ced3a201e39397f5c7a311d40525088494ea7808.tar.lz
nixlib-ced3a201e39397f5c7a311d40525088494ea7808.tar.xz
nixlib-ced3a201e39397f5c7a311d40525088494ea7808.tar.zst
nixlib-ced3a201e39397f5c7a311d40525088494ea7808.zip
gce: needs bigger diskSize
(cherry picked from commit ac3437aa061e80604d28aa3dd09013417f3193b1)
Diffstat (limited to 'nixos/modules/virtualisation/google-compute-image.nix')
-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 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
 {