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