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
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ in
|
|||
virtualisation.diskSize =
|
||||
mkOption {
|
||||
type = types.nullOr types.ints.positive;
|
||||
default = 512;
|
||||
default = 1024;
|
||||
description =
|
||||
''
|
||||
The disk size in megabytes of the virtual machine.
|
||||
|
|
Loading…
Reference in a new issue