[microvm] fix type

This commit is contained in:
2024-11-21 15:59:00 +01:00
parent 1dc140ad9f
commit ca8e0cffda
+1 -1
View File
@@ -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
'';