types.list -> types.listOf
This commit is contained in:
parent
25bd880472
commit
40342e975d
@ -169,7 +169,7 @@ in
|
|||||||
virtualisation.emptyDiskImages =
|
virtualisation.emptyDiskImages =
|
||||||
mkOption {
|
mkOption {
|
||||||
default = [];
|
default = [];
|
||||||
type = types.list types.int;
|
type = types.listOf types.int;
|
||||||
description =
|
description =
|
||||||
''
|
''
|
||||||
Additional disk images to provide to the VM, the value is a list of
|
Additional disk images to provide to the VM, the value is a list of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user