types.list -> types.listOf
This commit is contained in:
parent
25bd880472
commit
40342e975d
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ in
|
|||
virtualisation.emptyDiskImages =
|
||||
mkOption {
|
||||
default = [];
|
||||
type = types.list types.int;
|
||||
type = types.listOf types.int;
|
||||
description =
|
||||
''
|
||||
Additional disk images to provide to the VM, the value is a list of
|
||||
|
|
Loading…
Reference in a new issue