mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Revert "treewide: use auto diskSize for make-disk-image"
This reverts commit f3aa040bcb
.
This commit is contained in:
parent
f521b12b0e
commit
4fb91cbafe
9 changed files with 16 additions and 22 deletions
|
@ -18,9 +18,8 @@ in {
|
|||
options = {
|
||||
vmware = {
|
||||
baseImageSize = mkOption {
|
||||
type = with types; either (enum [ "auto" ]) int;
|
||||
default = "auto";
|
||||
example = 2048;
|
||||
type = types.int;
|
||||
default = 2048;
|
||||
description = ''
|
||||
The size of the VMWare base image in MiB.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue