Revert "Increase Virtualbox disk image size" (#48151)

This commit is contained in:
Renaud
2018-10-10 12:53:48 +02:00
committed by GitHub
parent bacaeb2e4d
commit d3b79965df

View File

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