Make the GCE image use 100G as disk size (maximum).

This commit is contained in:
Rob Vermaas 2014-03-21 15:17:49 +01:00
parent 5115636037
commit 020d3b299c

View File

@ -2,7 +2,7 @@
with pkgs.lib;
let
diskSize = "200G";
diskSize = "100G";
in
{
imports = [ ../profiles/headless.nix ../profiles/qemu-guest.nix ];