mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
Make the GCE image use 100G as disk size (maximum).
This commit is contained in:
parent
5115636037
commit
020d3b299c
@ -2,7 +2,7 @@
|
||||
|
||||
with pkgs.lib;
|
||||
let
|
||||
diskSize = "200G";
|
||||
diskSize = "100G";
|
||||
in
|
||||
{
|
||||
imports = [ ../profiles/headless.nix ../profiles/qemu-guest.nix ];
|
||||
|
Loading…
Reference in New Issue
Block a user