treewide: use auto diskSize for make-disk-image
(cherry picked from commit f3aa040bcb)
This commit is contained in:
committed by
Samuel Dionne-Riel
parent
ba666011a6
commit
5aa4273e4f
@@ -18,8 +18,9 @@ in {
|
||||
options = {
|
||||
vmware = {
|
||||
baseImageSize = mkOption {
|
||||
type = types.int;
|
||||
default = 2048;
|
||||
type = with types; either (enum [ "auto" ]) int;
|
||||
default = "auto";
|
||||
example = 2048;
|
||||
description = ''
|
||||
The size of the VMWare base image in MiB.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user