Revert "Increase Virtualbox disk image size" (#48151)
This commit is contained in:
parent
bacaeb2e4d
commit
d3b79965df
@ -12,7 +12,7 @@ in {
|
|||||||
virtualbox = {
|
virtualbox = {
|
||||||
baseImageSize = mkOption {
|
baseImageSize = mkOption {
|
||||||
type = types.int;
|
type = types.int;
|
||||||
default = 100 * 1024;
|
default = 10 * 1024;
|
||||||
description = ''
|
description = ''
|
||||||
The size of the VirtualBox base image in MiB.
|
The size of the VirtualBox base image in MiB.
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user