forked from kalipso/infrastructure
[microvm] fix type
This commit is contained in:
@@ -16,7 +16,7 @@ in
|
|||||||
|
|
||||||
deployHosts = mkOption {
|
deployHosts = mkOption {
|
||||||
default = [];
|
default = [];
|
||||||
type = types.listOf string;
|
type = types.listOf types.str;
|
||||||
description = ''
|
description = ''
|
||||||
List hostnames of MicroVMs that should be automatically initializes and autostart
|
List hostnames of MicroVMs that should be automatically initializes and autostart
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user