Merge pull request #46649 from brainrape/patch-1

Increase Virtualbox disk image size
This commit is contained in:
Matthew Bauer 2018-10-05 22:42:06 -05:00 committed by GitHub
commit 751dc01977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ in {
virtualbox = {
baseImageSize = mkOption {
type = types.int;
default = 10 * 1024;
default = 100 * 1024;
description = ''
The size of the VirtualBox base image in MiB.
'';