mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #46649 from brainrape/patch-1
Increase Virtualbox disk image size
This commit is contained in:
commit
751dc01977
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue