Merge pull request #144788 from hercules-ci/double-default-qemu-diskSize
virtualisation/qemu-vm: Double the default diskSize
Robert Hensing 4 years ago 6c690b07 be68a552
··· 318 318 virtualisation.diskSize = 319 319 mkOption { 320 320 type = types.nullOr types.ints.positive; 321 321 - default = 512; 321 321 + default = 1024; 322 322 description = 323 323 '' 324 324 The disk size in megabytes of the virtual machine.