Fix evaluation in virtualbox-image.nix
This commit is contained in:
parent
2b9ea7fd90
commit
46205faf69
@ -12,7 +12,7 @@ in {
|
||||
virtualbox = {
|
||||
baseImageSize = mkOption {
|
||||
type = types.str;
|
||||
default = 10G;
|
||||
default = "10G";
|
||||
description = ''
|
||||
The size of the VirtualBox base image. The size string should be on
|
||||
a format the qemu-img command accepts.
|
||||
|
Loading…
Reference in New Issue
Block a user