Merge pull request #144788 from hercules-ci/double-default-qemu-diskSize

virtualisation/qemu-vm: Double the default diskSize
This commit is contained in:
Robert Hensing 2021-11-10 17:47:29 +01:00 committed by GitHub
commit 6c690b07f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.