Merge pull request #144788 from hercules-ci/double-default-qemu-diskSize
virtualisation/qemu-vm: Double the default diskSize
This commit is contained in:
commit
6c690b07f7
@ -318,7 +318,7 @@ in
|
|||||||
virtualisation.diskSize =
|
virtualisation.diskSize =
|
||||||
mkOption {
|
mkOption {
|
||||||
type = types.nullOr types.ints.positive;
|
type = types.nullOr types.ints.positive;
|
||||||
default = 512;
|
default = 1024;
|
||||||
description =
|
description =
|
||||||
''
|
''
|
||||||
The disk size in megabytes of the virtual machine.
|
The disk size in megabytes of the virtual machine.
|
||||||
|
Loading…
Reference in New Issue
Block a user