Make disks list empty by default
This commit is contained in:
parent
63aca41d06
commit
68c3599705
1 changed files with 2 additions and 0 deletions
|
@ -195,6 +195,8 @@
|
||||||
|
|
||||||
disks = mkOption {
|
disks = mkOption {
|
||||||
type = types.attrsOf (mkDiskType false);
|
type = types.attrsOf (mkDiskType false);
|
||||||
|
description = "The additional disks to format.";
|
||||||
|
default = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
script = mkOption {
|
script = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue